Class BooleanWriter<T>
java.lang.Object
org.apache.flink.table.runtime.arrow.writers.ArrowFieldWriter<T>
org.apache.flink.table.runtime.arrow.writers.BooleanWriter<T>
- Direct Known Subclasses:
BooleanWriter.BooleanWriterForArray,BooleanWriter.BooleanWriterForRow
ArrowFieldWriter for Boolean.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBooleanWriterforArrayDatainput.static final classBooleanWriterforRowDatainput. -
Method Summary
Modifier and TypeMethodDescriptionvoidSets the field value as the field at the specified ordinal of the specified row.static BooleanWriter<org.apache.flink.table.data.ArrayData>forArray(org.apache.arrow.vector.BitVector bitVector) static BooleanWriter<org.apache.flink.table.data.RowData>forRow(org.apache.arrow.vector.BitVector bitVector) Methods inherited from class org.apache.flink.table.runtime.arrow.writers.ArrowFieldWriter
finish, getCount, getValueVector, reset, write
-
Method Details
-
forRow
public static BooleanWriter<org.apache.flink.table.data.RowData> forRow(org.apache.arrow.vector.BitVector bitVector) -
forArray
public static BooleanWriter<org.apache.flink.table.data.ArrayData> forArray(org.apache.arrow.vector.BitVector bitVector) -
doWrite
Description copied from class:ArrowFieldWriterSets the field value as the field at the specified ordinal of the specified row.- Specified by:
doWritein classArrowFieldWriter<T>
-