Sha256: 7592e0baf44b131f4c89e28ee9a59bc2abc974570566aff2be7f8fd3a7df9947

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

module Alf
  module Operator
    module Relational
      class Matching
        include Relational, Binary

        signature do |s|
        end

        # (see Operator#compile)
        def compile
          Engine::Semi::Hash.new(left, right, true)
        end

      end # class Matching
    end # module Relational
  end # module Operator
end # module Alf

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-0.12.2 lib/alf/operator/relational/matching.rb
alf-0.12.1 lib/alf/operator/relational/matching.rb
alf-0.12.0 lib/alf/operator/relational/matching.rb
alf-0.11.1 lib/alf/operator/relational/matching.rb
alf-0.11.0 lib/alf/operator/relational/matching.rb