Class: HipsterSqlToHbase::SyntaxParser::ItemNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/hipster_sql_to_hbase.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



39
40
41
# File 'lib/hipster_sql_to_hbase.rb', line 39

def value
  text_value.to_sym
end

#valuesObject



35
36
37
# File 'lib/hipster_sql_to_hbase.rb', line 35

def values
  [value]
end