Class: Impala::Protocol::Beeswax::BeeswaxService::Fetch_args

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

Constant Summary collapse

QUERY_ID =
1
START_OVER =
2
FETCH_SIZE =
3
FIELDS =
{
QUERY_ID => { :type => ::Thrift::Types::STRUCT, :name => 'query_id', :class => Impala::Protocol::Beeswax::QueryHandle },
START_OVER => { :type => ::Thrift::Types::BOOL, :name => 'start_over' },
FETCH_SIZE => { :type => ::Thrift::Types::I32, :name => 'fetch_size', :default => -1 }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end