public class HiveReadEntry extends Object implements DrillTableSelection
Modifier and Type | Field and Description |
---|---|
List<HiveTableWrapper.HivePartitionWrapper> |
partitions |
HiveTableWrapper |
table |
Constructor and Description |
---|
HiveReadEntry(HiveTableWrapper table,
List<HiveTableWrapper.HivePartitionWrapper> partitions) |
Modifier and Type | Method and Description |
---|---|
String |
digest()
The digest of the selection represented by the implementation.
|
List<HiveTableWrapper.HivePartitionWrapper> |
getHivePartitionWrappers() |
HiveTableWrapper |
getHiveTableWrapper() |
org.apache.calcite.schema.Schema.TableType |
getJdbcTableType() |
String |
getPartitionLocation(HiveTableWrapper.HivePartitionWrapper partition) |
List<HivePartition> |
getPartitions() |
HiveTableWithColumnCache |
getTable() |
HiveTableWrapper |
getTableWrapper() |
String |
toString() |
public HiveTableWrapper table
public List<HiveTableWrapper.HivePartitionWrapper> partitions
public HiveReadEntry(HiveTableWrapper table, List<HiveTableWrapper.HivePartitionWrapper> partitions)
public HiveTableWithColumnCache getTable()
public HiveTableWrapper getTableWrapper()
public List<HivePartition> getPartitions()
public HiveTableWrapper getHiveTableWrapper()
public List<HiveTableWrapper.HivePartitionWrapper> getHivePartitionWrappers()
public org.apache.calcite.schema.Schema.TableType getJdbcTableType()
public String getPartitionLocation(HiveTableWrapper.HivePartitionWrapper partition)
public String digest()
DrillTableSelection
digest
in interface DrillTableSelection
Copyright © 1970 The Apache Software Foundation. All rights reserved.