| Package | Description |
|---|---|
| org.apache.flink.table.runtime.arrow | |
| org.apache.flink.table.runtime.arrow.serializers |
| Modifier and Type | Method and Description |
|---|---|
static ArrowWriter<org.apache.flink.types.Row> |
ArrowUtils.createRowArrowWriter(org.apache.arrow.vector.VectorSchemaRoot root,
org.apache.flink.table.types.logical.RowType rowType)
Creates an
ArrowWriter for the specified VectorSchemaRoot. |
static ArrowWriter<org.apache.flink.table.data.RowData> |
ArrowUtils.createRowDataArrowWriter(org.apache.arrow.vector.VectorSchemaRoot root,
org.apache.flink.table.types.logical.RowType rowType)
Creates an
ArrowWriter for blink planner for the specified VectorSchemaRoot. |
| Modifier and Type | Method and Description |
|---|---|
abstract ArrowWriter<T> |
ArrowSerializer.createArrowWriter()
Creates an
ArrowWriter. |
ArrowWriter<org.apache.flink.table.data.RowData> |
RowDataArrowSerializer.createArrowWriter() |
ArrowWriter<org.apache.flink.types.Row> |
RowArrowSerializer.createArrowWriter() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.