Uses of Interface
org.apache.flink.table.data.writer.BinaryWriter
-
Packages that use BinaryWriter Package Description org.apache.flink.table.data.writer -
-
Uses of BinaryWriter in org.apache.flink.table.data.writer
Classes in org.apache.flink.table.data.writer that implement BinaryWriter Modifier and Type Class Description classBinaryArrayWriterWriter for binary array.classBinaryRowWriterWriter forBinaryRowData.Methods in org.apache.flink.table.data.writer with parameters of type BinaryWriter Modifier and Type Method Description static voidBinaryWriter. write(BinaryWriter writer, int pos, Object o, org.apache.flink.table.types.logical.LogicalType type, org.apache.flink.api.common.typeutils.TypeSerializer<?> serializer)Deprecated.UsecreateValueSetter(LogicalType)for avoiding logical types during runtime.
-