Sha256: c6bbe431ffca7948ab02ba7fe082354704b9da7a3fe2d13baa454981635d685d

Contents?: true

Size: 310 Bytes

Versions: 2

Compression:

Stored size: 310 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        module Comparisons
          class LessThan < 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/less_than.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/comparisons/less_than.rb