Class: Impala::Protocol::Hive::TI32Value

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

Constant Summary collapse

VALUE =
1
FIELDS =
{
  VALUE => {:type => ::Thrift::Types::I32, :name => 'value', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



414
# File 'lib/impala/protocol/cli_service_types.rb', line 414

def struct_fields; FIELDS; end

#validateObject



416
417
# File 'lib/impala/protocol/cli_service_types.rb', line 416

def validate
end