| Package | Description |
|---|---|
| org.apache.flink.table.runtime.arrow.writers |
| Modifier and Type | Class and Description |
|---|---|
static class |
IntWriter.IntWriterForArray
IntWriter for ArrayData input. |
static class |
IntWriter.IntWriterForRow
IntWriter for RowData input. |
| Modifier and Type | Method and Description |
|---|---|
static IntWriter<org.apache.flink.table.data.ArrayData> |
IntWriter.forArray(org.apache.arrow.vector.IntVector intVector) |
static IntWriter<org.apache.flink.table.data.RowData> |
IntWriter.forRow(org.apache.arrow.vector.IntVector intVector) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.