Class: Impala::Protocol::Beeswax::BeeswaxService::Fetch_result

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

Constant Summary collapse

SUCCESS =
0
ERROR =
1
ERROR2 =
2
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Impala::Protocol::Beeswax::Results},
  ERROR => {:type => ::Thrift::Types::STRUCT, :name => 'error', :class => ::Impala::Protocol::Beeswax::QueryNotFoundException},
  ERROR2 => {:type => ::Thrift::Types::STRUCT, :name => 'error2', :class => ::Impala::Protocol::Beeswax::BeeswaxException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



470
# File 'lib/impala/protocol/beeswax_service.rb', line 470

def struct_fields; FIELDS; end

#validateObject



472
473
# File 'lib/impala/protocol/beeswax_service.rb', line 472

def validate
end