Uses of Interface
org.apache.flink.formats.protobuf.serialize.PbCodegenSerializer
-
Packages that use PbCodegenSerializer Package Description org.apache.flink.formats.protobuf.serialize -
-
Uses of PbCodegenSerializer in org.apache.flink.formats.protobuf.serialize
Classes in org.apache.flink.formats.protobuf.serialize that implement PbCodegenSerializer Modifier and Type Class Description classPbCodegenArraySerializerSerializer to convert flink array type data to proto array type object.classPbCodegenMapSerializerSerializer to convert flink map type data to proto map type object.classPbCodegenRowSerializerSerializer to convert flink row type data to proto row type object.classPbCodegenSimpleSerializerSerializer to convert flink simple type data to proto simple type object.Methods in org.apache.flink.formats.protobuf.serialize that return PbCodegenSerializer Modifier and Type Method Description static PbCodegenSerializerPbCodegenSerializeFactory. getPbCodegenSer(com.google.protobuf.Descriptors.FieldDescriptor fd, org.apache.flink.table.types.logical.LogicalType type, PbFormatContext formatContext)static PbCodegenSerializerPbCodegenSerializeFactory. getPbCodegenTopRowSer(com.google.protobuf.Descriptors.Descriptor descriptor, org.apache.flink.table.types.logical.RowType rowType, PbFormatContext formatContext)
-