Package | Description |
---|---|
org.apache.flink.table.runtime.arrow.writers |
Modifier and Type | Class and Description |
---|---|
static class |
BooleanWriter.BooleanWriterForArray
BooleanWriter for ArrayData input. |
static class |
BooleanWriter.BooleanWriterForRow
BooleanWriter for RowData input. |
Modifier and Type | Method and Description |
---|---|
static BooleanWriter<ArrayData> |
BooleanWriter.forArray(org.apache.arrow.vector.BitVector bitVector) |
static BooleanWriter<RowData> |
BooleanWriter.forRow(org.apache.arrow.vector.BitVector bitVector) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.