Class NullWriter<T>
java.lang.Object
org.apache.flink.table.runtime.arrow.writers.ArrowFieldWriter<T>
org.apache.flink.table.runtime.arrow.writers.NullWriter<T>
ArrowFieldWriter for Null.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.table.runtime.arrow.writers.ArrowFieldWriter
finish, getCount, getValueVector, reset, write
-
Constructor Details
-
NullWriter
public NullWriter(org.apache.arrow.vector.NullVector nullVector)
-
-
Method Details
-
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>
-