Sha256: 0b74b512da6000718a5676529ae65de7ea7d1ddfea0baae9ac812e215913260a

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

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

            def filter_condition(collection_class)
              attribute.identifier(collection_class) >= argument.value
            end

          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rasti-db-2.2.0 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb