Uses of Interface
org.apache.flink.table.data.writer.BinaryArrayWriter.NullSetter
Packages that use BinaryArrayWriter.NullSetter
-
Uses of BinaryArrayWriter.NullSetter in org.apache.flink.table.data.writer
Methods in org.apache.flink.table.data.writer that return BinaryArrayWriter.NullSetterModifier and TypeMethodDescriptionstatic BinaryArrayWriter.NullSetterBinaryArrayWriter.createNullSetter(org.apache.flink.table.types.logical.LogicalType elementType) Creates an for accessor setting the elements of an array writer tonullduring runtime.