protected static class MergeOnReadInputFormat.MergeIterator extends Object implements ClosableIterator<org.apache.flink.table.data.RowData>
| Constructor and Description |
|---|
MergeIterator(org.apache.flink.configuration.Configuration flinkConf,
org.apache.hadoop.conf.Configuration hadoopConf,
MergeOnReadInputSplit split,
org.apache.flink.table.types.logical.RowType tableRowType,
org.apache.flink.table.types.logical.RowType requiredRowType,
org.apache.avro.Schema tableSchema,
InternalSchema querySchema,
Option<RowDataProjection> projection,
Option<Function<org.apache.avro.generic.IndexedRecord,org.apache.avro.generic.GenericRecord>> avroProjection,
boolean emitDelete,
int operationPos,
ClosableIterator<org.apache.flink.table.data.RowData> nested) |
MergeIterator(org.apache.flink.configuration.Configuration flinkConf,
org.apache.hadoop.conf.Configuration hadoopConf,
MergeOnReadInputSplit split,
org.apache.flink.table.types.logical.RowType tableRowType,
org.apache.flink.table.types.logical.RowType requiredRowType,
org.apache.avro.Schema tableSchema,
org.apache.avro.Schema requiredSchema,
InternalSchema querySchema,
int[] requiredPos,
boolean emitDelete,
int operationPos,
ClosableIterator<org.apache.flink.table.data.RowData> nested) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
org.apache.flink.table.data.RowData |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapforEachRemaining, removepublic MergeIterator(org.apache.flink.configuration.Configuration flinkConf,
org.apache.hadoop.conf.Configuration hadoopConf,
MergeOnReadInputSplit split,
org.apache.flink.table.types.logical.RowType tableRowType,
org.apache.flink.table.types.logical.RowType requiredRowType,
org.apache.avro.Schema tableSchema,
org.apache.avro.Schema requiredSchema,
InternalSchema querySchema,
int[] requiredPos,
boolean emitDelete,
int operationPos,
ClosableIterator<org.apache.flink.table.data.RowData> nested)
public MergeIterator(org.apache.flink.configuration.Configuration flinkConf,
org.apache.hadoop.conf.Configuration hadoopConf,
MergeOnReadInputSplit split,
org.apache.flink.table.types.logical.RowType tableRowType,
org.apache.flink.table.types.logical.RowType requiredRowType,
org.apache.avro.Schema tableSchema,
InternalSchema querySchema,
Option<RowDataProjection> projection,
Option<Function<org.apache.avro.generic.IndexedRecord,org.apache.avro.generic.GenericRecord>> avroProjection,
boolean emitDelete,
int operationPos,
ClosableIterator<org.apache.flink.table.data.RowData> nested)
public boolean hasNext()
public org.apache.flink.table.data.RowData next()
public void close()
close in interface AutoCloseableclose in interface ClosableIterator<org.apache.flink.table.data.RowData>Copyright © 2023 The Apache Software Foundation. All rights reserved.