Uses of Class
org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
Packages that use RawValueDataSerializer Package Description org.apache.flink.table.data.writer org.apache.flink.table.runtime.typeutils -
-
Uses of RawValueDataSerializer in org.apache.flink.table.data.writer
Methods in org.apache.flink.table.data.writer with parameters of type RawValueDataSerializer Modifier and Type Method Description voidBinaryWriter. writeRawValue(int pos, org.apache.flink.table.data.RawValueData<?> value, RawValueDataSerializer<?> serializer) -
Uses of RawValueDataSerializer in org.apache.flink.table.runtime.typeutils
Methods in org.apache.flink.table.runtime.typeutils that return RawValueDataSerializer Modifier and Type Method Description protected RawValueDataSerializer<T>RawValueDataSerializer.RawValueDataSerializerSnapshot. createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)RawValueDataSerializer<T>RawValueDataSerializer. duplicate()Methods in org.apache.flink.table.runtime.typeutils with parameters of type RawValueDataSerializer Modifier and Type Method Description protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]RawValueDataSerializer.RawValueDataSerializerSnapshot. getNestedSerializers(RawValueDataSerializer<T> outerSerializer)Constructors in org.apache.flink.table.runtime.typeutils with parameters of type RawValueDataSerializer Constructor Description RawValueDataSerializerSnapshot(RawValueDataSerializer<T> serializerInstance)
-