Class: Impala::Protocol::Beeswax::Query

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/beeswax_types.rb

Constant Summary collapse

QUERY =
1
CONFIGURATION =
3
HADOOP_USER =
4
FIELDS =
{
  QUERY => {:type => ::Thrift::Types::STRING, :name => 'query'},
  CONFIGURATION => {:type => ::Thrift::Types::LIST, :name => 'configuration', :element => {:type => ::Thrift::Types::STRING}},
  HADOOP_USER => {:type => ::Thrift::Types::STRING, :name => 'hadoop_user'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



37
# File 'lib/impala/protocol/beeswax_types.rb', line 37

def struct_fields; FIELDS; end

#validateObject



39
40
# File 'lib/impala/protocol/beeswax_types.rb', line 39

def validate
end