| Package | Description |
|---|---|
| org.apache.flink.table.runtime.arrow.writers |
| Modifier and Type | Class and Description |
|---|---|
static class |
RowWriter.RowWriterForArray
RowWriter for ArrayData input. |
static class |
RowWriter.RowWriterForRow
RowWriter for RowData input. |
| Modifier and Type | Method and Description |
|---|---|
static RowWriter<org.apache.flink.table.data.ArrayData> |
RowWriter.forArray(org.apache.arrow.vector.complex.StructVector structVector,
ArrowFieldWriter<org.apache.flink.table.data.RowData>[] fieldsWriters) |
static RowWriter<org.apache.flink.table.data.RowData> |
RowWriter.forRow(org.apache.arrow.vector.complex.StructVector structVector,
ArrowFieldWriter<org.apache.flink.table.data.RowData>[] fieldsWriters) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.