Uses of Interface
org.apache.flink.table.data.writer.BinaryWriter.ValueSetter
Packages that use BinaryWriter.ValueSetter
-
Uses of BinaryWriter.ValueSetter in org.apache.flink.table.data.writer
Methods in org.apache.flink.table.data.writer that return BinaryWriter.ValueSetterModifier and TypeMethodDescriptionstatic BinaryWriter.ValueSetterBinaryWriter.createValueSetter(org.apache.flink.table.types.logical.LogicalType elementType) Creates an accessor for setting the elements of an array writer during runtime.