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