Package org.apache.drill.exec.store.hive
Class HiveTableWrapper.HivePartitionWrapper
java.lang.Object
org.apache.drill.exec.store.hive.HiveTableWrapper.HivePartitionWrapper
- Enclosing class:
- HiveTableWrapper
Wrapper for
Partition
class. Used for serialization and deserialization of HivePartition
.-
Field Summary
Modifier and TypeFieldDescriptionint
int
-
Constructor Summary
ConstructorDescriptionHivePartitionWrapper
(List<String> values, String tableName, String dbName, int createTime, int lastAccessTime, HiveTableWrapper.StorageDescriptorWrapper sd, Map<String, String> parameters, int columnListIndex) HivePartitionWrapper
(HivePartition partition) -
Method Summary