Sha256: 2e54ce0dc48454f508fd650a524a9f846304f0d816122bc9f682f94d8f7f24b7

Contents?: true

Size: 272 Bytes

Versions: 7

Compression:

Stored size: 272 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        module Comparisons
          class Equal < 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/equal.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/comparisons/equal.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/comparisons/equal.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/comparisons/equal.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/comparisons/equal.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/comparisons/equal.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/comparisons/equal.rb