Sha256: b73201f0d5764ecccaa16eef90a33a807d10df8aa9e592e2f065c90a7f9d41d7
Contents?: true
Size: 258 Bytes
Versions: 6
Compression:
Stored size: 258 Bytes
Contents
module Groonga module ExpressionTree class Table attr_reader :table def initialize(table) @table = table end def build(expression) expression.append_object(@table, Operator::PUSH, 1) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems