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