public class HiveReadEntry extends Object
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 |
---|---|
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() |
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)
Copyright © 2021 The Apache Software Foundation. All rights reserved.