| Package | Description |
|---|---|
| org.apache.hudi.table | |
| org.apache.hudi.table.format | |
| org.apache.hudi.table.format.cow | |
| org.apache.hudi.table.format.mor |
| Constructor and Description |
|---|
HoodieTableSource(org.apache.flink.table.catalog.ResolvedSchema schema,
org.apache.hadoop.fs.Path path,
List<String> partitionKeys,
String defaultPartName,
org.apache.flink.configuration.Configuration conf,
List<ExpressionPredicates.Predicate> predicates,
DataPruner dataPruner,
PartitionPruners.PartitionPruner partitionPruner,
int dataBucket,
int[] requiredPos,
Long limit,
HoodieTableMetaClient metaClient,
InternalSchemaManager internalSchemaManager) |
| Modifier and Type | Field and Description |
|---|---|
static InternalSchemaManager |
InternalSchemaManager.DISABLED |
| Modifier and Type | Method and Description |
|---|---|
static InternalSchemaManager |
InternalSchemaManager.get(org.apache.flink.configuration.Configuration conf,
HoodieTableMetaClient metaClient) |
| Modifier and Type | Method and Description |
|---|---|
static ClosableIterator<org.apache.flink.table.data.RowData> |
RecordIterators.getParquetRecordIterator(InternalSchemaManager internalSchemaManager,
boolean utcTimestamp,
boolean caseSensitive,
org.apache.hadoop.conf.Configuration conf,
String[] fieldNames,
org.apache.flink.table.types.DataType[] fieldTypes,
Map<String,Object> partitionSpec,
int[] selectedFields,
int batchSize,
org.apache.flink.core.fs.Path path,
long splitStart,
long splitLength,
List<ExpressionPredicates.Predicate> predicates) |
| Constructor and Description |
|---|
CopyOnWriteInputFormat(org.apache.flink.core.fs.Path[] paths,
String[] fullFieldNames,
org.apache.flink.table.types.DataType[] fullFieldTypes,
int[] selectedFields,
String partDefaultName,
String partPathField,
boolean hiveStylePartitioning,
List<ExpressionPredicates.Predicate> predicates,
long limit,
org.apache.hadoop.conf.Configuration conf,
boolean utcTimestamp,
InternalSchemaManager internalSchemaManager) |
| Modifier and Type | Field and Description |
|---|---|
protected InternalSchemaManager |
MergeOnReadInputFormat.Builder.internalSchemaManager |
| Modifier and Type | Method and Description |
|---|---|
MergeOnReadInputFormat.Builder |
MergeOnReadInputFormat.Builder.internalSchemaManager(InternalSchemaManager internalSchemaManager) |
| Constructor and Description |
|---|
MergeOnReadInputFormat(org.apache.flink.configuration.Configuration conf,
MergeOnReadTableState tableState,
List<org.apache.flink.table.types.DataType> fieldTypes,
String defaultPartName,
List<ExpressionPredicates.Predicate> predicates,
long limit,
boolean emitDelete,
InternalSchemaManager internalSchemaManager) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.