| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.arrow.writers |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IntWriter.IntWriterForArray
IntWriter for ArrayData input. |
static class |
IntWriter.IntWriterForRow
IntWriter for RowData input. |
| 限定符和类型 | 方法和说明 |
|---|---|
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.