Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Add_partitions_args

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

Constant Summary collapse

NEW_PARTS =
1
FIELDS =
{
NEW_PARTS => { :type => ::Thrift::Types::LIST, :name => 'new_parts', :element => { :type => ::Thrift::Types::STRUCT, :class => Impala::Protocol::HiveMetastore::Partition } }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end