public class HiveTableWithColumnCache
extends org.apache.hadoop.hive.metastore.api.Table
Table
class and used for
storage of such additional information as column lists cache.Constructor and Description |
---|
HiveTableWithColumnCache() |
HiveTableWithColumnCache(HiveTableWithColumnCache other) |
HiveTableWithColumnCache(String tableName,
String dbName,
String owner,
int createTime,
int lastAccessTime,
int retention,
org.apache.hadoop.hive.metastore.api.StorageDescriptor sd,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> partitionKeys,
Map<String,String> parameters,
String viewOriginalText,
String viewExpandedText,
String tableType,
ColumnListsCache columnListsCache) |
HiveTableWithColumnCache(org.apache.hadoop.hive.metastore.api.Table other,
ColumnListsCache columnListsCache) |
Modifier and Type | Method and Description |
---|---|
ColumnListsCache |
getColumnListsCache()
To reduce physical plan for Hive tables, unique partition lists of columns stored in the
table's column lists cache.
|
addToPartitionKeys, clear, compareTo, deepCopy, equals, equals, fieldForId, getCatName, getCreateTime, getCreationMetadata, getDbName, getFieldValue, getLastAccessTime, getOwner, getOwnerType, getParameters, getParametersSize, getPartitionKeys, getPartitionKeysIterator, getPartitionKeysSize, getPrivileges, getRetention, getSd, getTableName, getTableType, getViewExpandedText, getViewOriginalText, hashCode, isRewriteEnabled, isSet, isSetCatName, isSetCreateTime, isSetCreationMetadata, isSetDbName, isSetLastAccessTime, isSetOwner, isSetOwnerType, isSetParameters, isSetPartitionKeys, isSetPrivileges, isSetRetention, isSetRewriteEnabled, isSetSd, isSetTableName, isSetTableType, isSetTemporary, isSetViewExpandedText, isSetViewOriginalText, isTemporary, putToParameters, read, setCatName, setCatNameIsSet, setCreateTime, setCreateTimeIsSet, setCreationMetadata, setCreationMetadataIsSet, setDbName, setDbNameIsSet, setFieldValue, setLastAccessTime, setLastAccessTimeIsSet, setOwner, setOwnerIsSet, setOwnerType, setOwnerTypeIsSet, setParameters, setParametersIsSet, setPartitionKeys, setPartitionKeysIsSet, setPrivileges, setPrivilegesIsSet, setRetention, setRetentionIsSet, setRewriteEnabled, setRewriteEnabledIsSet, setSd, setSdIsSet, setTableName, setTableNameIsSet, setTableType, setTableTypeIsSet, setTemporary, setTemporaryIsSet, setViewExpandedText, setViewExpandedTextIsSet, setViewOriginalText, setViewOriginalTextIsSet, toString, unsetCatName, unsetCreateTime, unsetCreationMetadata, unsetDbName, unsetLastAccessTime, unsetOwner, unsetOwnerType, unsetParameters, unsetPartitionKeys, unsetPrivileges, unsetRetention, unsetRewriteEnabled, unsetSd, unsetTableName, unsetTableType, unsetTemporary, unsetViewExpandedText, unsetViewOriginalText, validate, write
public HiveTableWithColumnCache()
public HiveTableWithColumnCache(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, org.apache.hadoop.hive.metastore.api.StorageDescriptor sd, List<org.apache.hadoop.hive.metastore.api.FieldSchema> partitionKeys, Map<String,String> parameters, String viewOriginalText, String viewExpandedText, String tableType, ColumnListsCache columnListsCache)
public HiveTableWithColumnCache(HiveTableWithColumnCache other)
public HiveTableWithColumnCache(org.apache.hadoop.hive.metastore.api.Table other, ColumnListsCache columnListsCache)
public ColumnListsCache getColumnListsCache()
Copyright © 1970 The Apache Software Foundation. All rights reserved.