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>
| 构造器和说明 |
|---|
ValuesInputFormat(GeneratedInput<org.apache.flink.api.common.io.GenericInputFormat<BaseRow>> generatedInput,
BaseRowTypeInfo returnType) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 org.apache.flink.api.common.io.InputFormat<BaseRow,org.apache.flink.core.io.GenericInputSplit>IOExceptionpublic BaseRow nextRecord(BaseRow reuse) throws IOException
nextRecord 在接口中 org.apache.flink.api.common.io.InputFormat<BaseRow,org.apache.flink.core.io.GenericInputSplit>IOExceptionpublic BaseRowTypeInfo getProducedType()
getProducedType 在接口中 org.apache.flink.api.java.typeutils.ResultTypeQueryable<BaseRow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.