Sha256: 93db247812655a8724bb4ae3b1b37396245e312b46c9028741fc886f2b4ff109

Contents?: true

Size: 281 Bytes

Versions: 7

Compression:

Stored size: 281 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        module Comparisons
          class GreaterThanOrEqual < Base

            def filter_condition
              field.identifier >= argument.value
            end

          end
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rasti-db-2.0.1 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb