Package | Description |
---|---|
org.apache.drill.exec.store.hive |
Modifier and Type | Field and Description |
---|---|
List<HiveTableWrapper.FieldSchemaWrapper> |
HiveTableWrapper.StorageDescriptorWrapper.columns |
List<HiveTableWrapper.FieldSchemaWrapper> |
HiveTableWrapper.partitionKeys |
Constructor and Description |
---|
ColumnsCacheWrapper(List<List<HiveTableWrapper.FieldSchemaWrapper>> keys) |
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) |
StorageDescriptorWrapper(List<HiveTableWrapper.FieldSchemaWrapper> columns,
String location,
String inputFormat,
String outputFormat,
boolean compressed,
int numBuckets,
HiveTableWrapper.SerDeInfoWrapper serDeInfo,
List<HiveTableWrapper.OrderWrapper> sortCols,
Map<String,String> parameters) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.