@Internal public class RowArrowSourceFunction extends AbstractArrowSourceFunction<Row>
SourceFunction
which takes Row
as the type of the produced records.SourceFunction.SourceContext<T>
Modifier and Type | Method and Description |
---|---|
TypeInformation<Row> |
getProducedType()
Gets the data type (as a
TypeInformation ) produced by this function or input format. |
cancel, close, initializeState, open, run, snapshotState
getIterationRuntimeContext, getRuntimeContext, setRuntimeContext
public TypeInformation<Row> getProducedType()
ResultTypeQueryable
TypeInformation
) produced by this function or input format.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.