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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end