| Package | Description |
|---|---|
| org.apache.flink.table.runtime.arrow | |
| org.apache.flink.table.runtime.arrow.sources |
| Modifier and Type | Method and Description |
|---|---|
static AbstractArrowTableSource |
ArrowUtils.createArrowTableSource(org.apache.flink.table.types.DataType dataType,
String fileName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrowTableSource
An Arrow TableSource which takes
RowData as the type of the produced records. |
class |
RowArrowTableSource
An Arrow TableSource which takes
Row as the type of the produced records. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.