Uses of Class
org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
Packages that use RawValueDataSerializer
-
Uses of RawValueDataSerializer in org.apache.flink.table.data.writer
Methods in org.apache.flink.table.data.writer with parameters of type RawValueDataSerializerModifier and TypeMethodDescriptionvoidBinaryWriter.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 RawValueDataSerializerModifier and TypeMethodDescriptionprotected RawValueDataSerializer<T>RawValueDataSerializer.RawValueDataSerializerSnapshot.createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) RawValueDataSerializer.duplicate()Methods in org.apache.flink.table.runtime.typeutils with parameters of type RawValueDataSerializerModifier and TypeMethodDescriptionprotected 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 RawValueDataSerializerModifierConstructorDescriptionRawValueDataSerializerSnapshot(RawValueDataSerializer<T> serializerInstance)