| Package | Description |
|---|---|
| org.apache.flink.connectors.hive | |
| org.apache.flink.connectors.hive.read |
| Constructor and Description |
|---|
HiveContinuousPartitionFetcherContext(org.apache.flink.table.catalog.ObjectPath tablePath,
HiveShim hiveShim,
JobConfWrapper confWrapper,
List<String> partitionKeys,
org.apache.flink.table.types.DataType[] fieldTypes,
String[] fieldNames,
org.apache.flink.configuration.Configuration configuration,
String defaultPartitionName) |
Provider(List<HiveTablePartition> partitions,
JobConfWrapper jobConfWrapper) |
| Modifier and Type | Field and Description |
|---|---|
protected JobConfWrapper |
HivePartitionFetcherContextBase.confWrapper |
| Constructor and Description |
|---|
HiveBulkFormatAdapter(JobConfWrapper jobConfWrapper,
List<String> partitionKeys,
String[] fieldNames,
org.apache.flink.table.types.DataType[] fieldTypes,
String hiveVersion,
org.apache.flink.table.types.logical.RowType producedRowType,
boolean useMapRedReader) |
HivePartitionFetcherContextBase(org.apache.flink.table.catalog.ObjectPath tablePath,
HiveShim hiveShim,
JobConfWrapper confWrapper,
List<String> partitionKeys,
org.apache.flink.table.types.DataType[] fieldTypes,
String[] fieldNames,
org.apache.flink.configuration.Configuration configuration,
String defaultPartitionName) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.