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