Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Partition_name_to_spec_args

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

Constant Summary collapse

PART_NAME =
1
FIELDS =
{
PART_NAME => { :type => ::Thrift::Types::STRING, :name => 'part_name' }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end