Package org.apache.drill.exec.store.hive
Class HiveTableWrapper
java.lang.Object
org.apache.drill.exec.store.hive.HiveTableWrapper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Wrapper forColumnListsCache
class.static class
static class
Wrapper forPartition
class.static class
static class
static class
Wrapper forStorageDescriptor
class. -
Field Summary
Modifier and TypeFieldDescriptionint
int
int
-
Constructor Summary
ConstructorDescriptionHiveTableWrapper
(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, HiveTableWrapper.StorageDescriptorWrapper sd, List<HiveTableWrapper.FieldSchemaWrapper> partitionKeys, Map<String, String> parameters, String viewOriginalText, String viewExpandedText, String tableType, HiveTableWrapper.ColumnsCacheWrapper columnsCache) -
Method Summary
-
Field Details
-
tableName
-
dbName
-
owner
-
createTime
public int createTime -
lastAccessTime
public int lastAccessTime -
retention
public int retention -
sd
-
partitionKeys
-
parameters
-
viewOriginalText
-
viewExpandedText
-
tableType
-
columnsCache
-
partitionNameTypeMap
-
-
Constructor Details
-
HiveTableWrapper
public HiveTableWrapper(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, HiveTableWrapper.StorageDescriptorWrapper sd, List<HiveTableWrapper.FieldSchemaWrapper> partitionKeys, Map<String, String> parameters, String viewOriginalText, String viewExpandedText, String tableType, HiveTableWrapper.ColumnsCacheWrapper columnsCache) -
HiveTableWrapper
-
-
Method Details