public class ValuesInputFormat extends org.apache.flink.api.common.io.GenericInputFormat<BaseRow> implements org.apache.flink.api.common.io.NonParallelInput, org.apache.flink.api.java.typeutils.ResultTypeQueryable<BaseRow>
| Constructor and Description |
|---|
ValuesInputFormat(GeneratedInput<org.apache.flink.api.common.io.GenericInputFormat<BaseRow>> generatedInput,
BaseRowTypeInfo returnType) |
| Modifier and Type | Method and Description |
|---|---|
BaseRowTypeInfo |
getProducedType() |
BaseRow |
nextRecord(BaseRow reuse) |
void |
open(org.apache.flink.core.io.GenericInputSplit split) |
boolean |
reachedEnd() |
close, configure, createInputSplits, getInputSplitAssigner, getStatisticspublic ValuesInputFormat(GeneratedInput<org.apache.flink.api.common.io.GenericInputFormat<BaseRow>> generatedInput, BaseRowTypeInfo returnType)
public void open(org.apache.flink.core.io.GenericInputSplit split)
public boolean reachedEnd()
throws IOException
reachedEnd in interface org.apache.flink.api.common.io.InputFormat<BaseRow,org.apache.flink.core.io.GenericInputSplit>IOExceptionpublic BaseRow nextRecord(BaseRow reuse) throws IOException
nextRecord in interface org.apache.flink.api.common.io.InputFormat<BaseRow,org.apache.flink.core.io.GenericInputSplit>IOExceptionpublic BaseRowTypeInfo getProducedType()
getProducedType in interface org.apache.flink.api.java.typeutils.ResultTypeQueryable<BaseRow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.