public class HivePartition
extends org.apache.hadoop.hive.metastore.api.Partition
Partition
class and used for
storage of such additional information as index of list in column lists cache.Constructor and Description |
---|
HivePartition(List<String> values,
String dbName,
String tableName,
int createTime,
int lastAccessTime,
org.apache.hadoop.hive.metastore.api.StorageDescriptor sd,
Map<String,String> parameters,
int columnListIndex) |
HivePartition(org.apache.hadoop.hive.metastore.api.Partition other,
int columnListIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnListIndex()
To reduce physical plan for Hive tables, in partitions does not stored list of columns
but stored index of that list in the table's column list cache.
|
addToValues, clear, compareTo, deepCopy, equals, equals, fieldForId, getCatName, getCreateTime, getDbName, getFieldValue, getLastAccessTime, getParameters, getParametersSize, getPrivileges, getSd, getTableName, getValues, getValuesIterator, getValuesSize, hashCode, isSet, isSetCatName, isSetCreateTime, isSetDbName, isSetLastAccessTime, isSetParameters, isSetPrivileges, isSetSd, isSetTableName, isSetValues, putToParameters, read, setCatName, setCatNameIsSet, setCreateTime, setCreateTimeIsSet, setDbName, setDbNameIsSet, setFieldValue, setLastAccessTime, setLastAccessTimeIsSet, setParameters, setParametersIsSet, setPrivileges, setPrivilegesIsSet, setSd, setSdIsSet, setTableName, setTableNameIsSet, setValues, setValuesIsSet, toString, unsetCatName, unsetCreateTime, unsetDbName, unsetLastAccessTime, unsetParameters, unsetPrivileges, unsetSd, unsetTableName, unsetValues, validate, write
public HivePartition(List<String> values, String dbName, String tableName, int createTime, int lastAccessTime, org.apache.hadoop.hive.metastore.api.StorageDescriptor sd, Map<String,String> parameters, int columnListIndex)
public HivePartition(org.apache.hadoop.hive.metastore.api.Partition other, int columnListIndex)
Copyright © 1970 The Apache Software Foundation. All rights reserved.