| 程序包 | 说明 |
|---|---|
| org.apache.flink.connectors.hive | |
| org.apache.flink.connectors.hive.read |
| 限定符和类型 | 方法和说明 |
|---|---|
static HiveTablePartition |
HiveTableSource.toHiveTablePartition(List<String> partitionKeys,
String[] fieldNames,
org.apache.flink.table.types.DataType[] fieldTypes,
HiveShim shim,
Properties tableProps,
String defaultPartitionName,
org.apache.hadoop.hive.metastore.api.Partition partition) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected HiveTablePartition |
HiveTableInputSplit.hiveTablePartition |
| 限定符和类型 | 方法和说明 |
|---|---|
HiveTablePartition |
HiveTableInputSplit.getHiveTablePartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
static HiveTableInputSplit[] |
HiveTableInputFormat.createInputSplits(int minNumSplits,
List<HiveTablePartition> partitions,
org.apache.hadoop.mapred.JobConf jobConf) |
| 构造器和说明 |
|---|
HiveTableFileInputFormat(HiveTableInputFormat inputFormat,
HiveTablePartition hiveTablePartition) |
HiveTableInputSplit(int splitNumber,
org.apache.hadoop.mapred.InputSplit hInputSplit,
org.apache.hadoop.mapred.JobConf jobconf,
HiveTablePartition hiveTablePartition) |
| 构造器和说明 |
|---|
HiveTableInputFormat(org.apache.hadoop.mapred.JobConf jobConf,
org.apache.flink.table.catalog.CatalogTable catalogTable,
List<HiveTablePartition> partitions,
int[] projectedFields,
long limit,
String hiveVersion,
boolean useMapRedReader) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.