Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_type_all_result

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

Constant Summary collapse

SUCCESS =
0
O2 =
1
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::MAP, :name => 'success', :key => { :type => ::Thrift::Types::STRING }, :value => { :type => ::Thrift::Types::STRUCT, :class => Impala::Protocol::HiveMetastore::Type } },
O2 => { :type => ::Thrift::Types::STRUCT, :name => 'o2', :class => Impala::Protocol::HiveMetastore::MetaException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2407
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 2407

def struct_fields; FIELDS; end

#validateObject



2409
2410
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 2409

def validate
end