| Class | Description |
|---|---|
| AbstractArrowSourceFunction<OUT> |
An Arrow
SourceFunction which takes the serialized arrow record batch data as input. |
| AbstractArrowTableSource<T> |
A
StreamTableSource for serialized arrow record batch data. |
| ArrowSourceFunction |
An Arrow
SourceFunction which takes RowData as the type of the produced records. |
| ArrowTableSource |
An Arrow TableSource which takes
RowData as the type of the produced records. |
| RowArrowSourceFunction |
An Arrow
SourceFunction which takes Row as the type of the produced records. |
| RowArrowTableSource |
An Arrow TableSource which takes
Row as the type of the produced records. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.