| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.arrow.writers |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SmallIntWriter.SmallIntWriterForArray
SmallIntWriter for ArrayData input. |
static class |
SmallIntWriter.SmallIntWriterForRow
SmallIntWriter for RowData input. |
| 限定符和类型 | 方法和说明 |
|---|---|
static SmallIntWriter<org.apache.flink.table.data.ArrayData> |
SmallIntWriter.forArray(org.apache.arrow.vector.SmallIntVector intVector) |
static SmallIntWriter<org.apache.flink.table.data.RowData> |
SmallIntWriter.forRow(org.apache.arrow.vector.SmallIntVector intVector) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.