Sha256: cb71e1bc4d321e96d0c1fc6f0045521149c6a298deaa400193a295c0a1efac30

Contents?: true

Size: 167 Bytes

Versions: 13

Compression:

Stored size: 167 Bytes

Contents

module ActiveReporter
  module Aggregator
    class Min < ActiveReporter::Aggregator::Base
      def function
        "MIN(#{expression})"
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
active_reporter-0.7.1 lib/active_reporter/aggregator/min.rb
active_reporter-0.6.5 lib/active_reporter/aggregator/min.rb
active_reporter-0.6.4 lib/active_reporter/aggregator/min.rb
active_reporter-0.6.3 lib/active_reporter/aggregator/min.rb
active_reporter-0.6.2 lib/active_reporter/aggregator/min.rb
active_reporter-0.6.1 lib/active_reporter/aggregator/min.rb
active_reporter-0.6.0 lib/active_reporter/aggregator/min.rb
active_reporter-0.5.13 lib/active_reporter/aggregator/min.rb
active_reporter-0.5.12 lib/active_reporter/aggregator/min.rb
active_reporter-0.5.11 lib/active_reporter/aggregator/min.rb
active_reporter-0.5.10 lib/active_reporter/aggregator/min.rb
active_reporter-0.5.9 lib/active_reporter/aggregator/min.rb
active_reporter-0.5.8 lib/active_reporter/aggregator/min.rb