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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end