Class NullWriter<T>
- java.lang.Object
-
- org.apache.flink.table.runtime.arrow.writers.ArrowFieldWriter<T>
-
- org.apache.flink.table.runtime.arrow.writers.NullWriter<T>
-
@Internal public class NullWriter<T> extends ArrowFieldWriter<T>
ArrowFieldWriterfor Null.
-
-
Constructor Summary
Constructors Constructor Description NullWriter(org.apache.arrow.vector.NullVector nullVector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoWrite(T in, int ordinal)Sets the field value as the field at the specified ordinal of the specified row.-
Methods inherited from class org.apache.flink.table.runtime.arrow.writers.ArrowFieldWriter
finish, getCount, getValueVector, reset, write
-
-
-
-
Method Detail
-
doWrite
public void doWrite(T in, int ordinal)
Description copied from class:ArrowFieldWriterSets the field value as the field at the specified ordinal of the specified row.- Specified by:
doWritein classArrowFieldWriter<T>
-
-