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<ArrayData> |
TinyIntWriter.forArray(org.apache.arrow.vector.TinyIntVector tinyIntVector) |
static TinyIntWriter<RowData> |
TinyIntWriter.forRow(org.apache.arrow.vector.TinyIntVector tinyIntVector) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.