@Internal
public class TransactionRowInputFormat
extends org.apache.flink.api.common.io.GenericInputFormat<org.apache.flink.types.Row>
implements org.apache.flink.api.common.io.NonParallelInput
| Constructor and Description |
|---|
TransactionRowInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.types.Row |
nextRecord(org.apache.flink.types.Row reuse) |
void |
open(org.apache.flink.core.io.GenericInputSplit split) |
boolean |
reachedEnd() |
close, configure, createInputSplits, getInputSplitAssigner, getStatisticspublic void open(org.apache.flink.core.io.GenericInputSplit split)
open in interface org.apache.flink.api.common.io.InputFormat<org.apache.flink.types.Row,org.apache.flink.core.io.GenericInputSplit>open in class org.apache.flink.api.common.io.GenericInputFormat<org.apache.flink.types.Row>public boolean reachedEnd()
reachedEnd in interface org.apache.flink.api.common.io.InputFormat<org.apache.flink.types.Row,org.apache.flink.core.io.GenericInputSplit>public org.apache.flink.types.Row nextRecord(org.apache.flink.types.Row reuse)
nextRecord in interface org.apache.flink.api.common.io.InputFormat<org.apache.flink.types.Row,org.apache.flink.core.io.GenericInputSplit>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.