Class: Impala::Protocol::TResultRow

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

Constant Summary collapse

COLVALS =
1
FIELDS =
{
COLVALS => { :type => ::Thrift::Types::LIST, :name => 'colVals', :element => { :type => ::Thrift::Types::STRUCT, :class => Impala::Protocol::TColumnValue } }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



68
# File 'lib/impala/protocol/data_types.rb', line 68

def struct_fields; FIELDS; end

#validateObject



70
71
# File 'lib/impala/protocol/data_types.rb', line 70

def validate
end