Class: Impala::Protocol::Beeswax::QueryHandle

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

Constant Summary collapse

ID =
1
LOG_CONTEXT =
2
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  LOG_CONTEXT => {:type => ::Thrift::Types::STRING, :name => 'log_context'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end