@Internal public abstract class AbstractArrowTableSource<T> extends Object implements org.apache.flink.table.sources.StreamTableSource<T>
StreamTableSource for serialized arrow record batch data.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.types.DataType |
getProducedDataType() |
org.apache.flink.table.api.TableSchema |
getTableSchema() |
boolean |
isBounded() |
public boolean isBounded()
isBounded in interface org.apache.flink.table.sources.StreamTableSource<T>public org.apache.flink.table.api.TableSchema getTableSchema()
getTableSchema in interface org.apache.flink.table.sources.TableSource<T>public org.apache.flink.table.types.DataType getProducedDataType()
getProducedDataType in interface org.apache.flink.table.sources.TableSource<T>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.