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