Class: Impala::Protocol::Beeswax::BeeswaxService::ExecuteAndWait_args

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

Constant Summary collapse

QUERY =
1
CLIENTCTX =
2
FIELDS =
{
QUERY => { :type => ::Thrift::Types::STRUCT, :name => 'query', :class => Impala::Protocol::Beeswax::Query },
CLIENTCTX => { :type => ::Thrift::Types::STRING, :name => 'clientCtx' }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end