@Internal public class RowArrowTableSource extends AbstractArrowTableSource<Row>
Row
as the type of the produced records.Constructor and Description |
---|
RowArrowTableSource(DataType dataType,
byte[][] arrowData) |
Modifier and Type | Method and Description |
---|---|
DataStream<Row> |
getDataStream(StreamExecutionEnvironment execEnv)
Returns the data of the table as a
DataStream . |
getProducedDataType, getTableSchema, isBounded
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
explainSource, getReturnType
public RowArrowTableSource(DataType dataType, byte[][] arrowData)
public DataStream<Row> getDataStream(StreamExecutionEnvironment execEnv)
StreamTableSource
DataStream
.
NOTE: This method is for internal use only for defining a TableSource
. Do not use
it in Table API programs.
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.