Package org.apache.drill.exec.store.hive
Class HiveReadEntry
java.lang.Object
org.apache.drill.exec.store.hive.HiveReadEntry
- All Implemented Interfaces:
DrillTableSelection
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionHiveReadEntry
(HiveTableWrapper table, List<HiveTableWrapper.HivePartitionWrapper> partitions) -
Method Summary
-
Field Details
-
table
-
partitions
-
-
Constructor Details
-
HiveReadEntry
public HiveReadEntry(HiveTableWrapper table, List<HiveTableWrapper.HivePartitionWrapper> partitions)
-
-
Method Details
-
getTable
-
getTableWrapper
-
getPartitions
-
getHiveTableWrapper
-
getHivePartitionWrappers
-
getJdbcTableType
public org.apache.calcite.schema.Schema.TableType getJdbcTableType() -
getPartitionLocation
-
toString
-
digest
Description copied from interface:DrillTableSelection
The digest of the selection represented by the implementation. The selections that accompany Tables can modify the contained dataset, e.g. a file selection can restrict to a subset of the available data and a format selection can include options that affect the behaviour of the underlying reader. Two scans will end up being considered identical during logical planning if their digests are the same so selection implementations should override this method so that exactly those scans that really are identical (in terms of the data they produce) have matching digests.- Specified by:
digest
in interfaceDrillTableSelection
- Returns:
- this selection's digest, normally a string built from its properties.
-