Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Partition_name_to_spec_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
O1 =
1
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::MAP, :name => 'success', :key => { :type => ::Thrift::Types::STRING }, :value => { :type => ::Thrift::Types::STRING } },
O1 => { :type => ::Thrift::Types::STRUCT, :name => 'o1', :class => Impala::Protocol::HiveMetastore::MetaException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end