Uses of Interface
org.apache.flink.formats.protobuf.deserialize.PbCodegenDeserializer
-
Packages that use PbCodegenDeserializer Package Description org.apache.flink.formats.protobuf.deserialize -
-
Uses of PbCodegenDeserializer in org.apache.flink.formats.protobuf.deserialize
Classes in org.apache.flink.formats.protobuf.deserialize that implement PbCodegenDeserializer Modifier and Type Class Description classPbCodegenArrayDeserializerDeserializer to convert proto array type object to flink array type data.classPbCodegenMapDeserializerDeserializer to convert proto map type object to flink map type data.classPbCodegenRowDeserializerDeserializer to convert proto message type object to flink row type data.classPbCodegenSimpleDeserializerDeserializer to convert proto simple type object to flink simple type data.Methods in org.apache.flink.formats.protobuf.deserialize that return PbCodegenDeserializer Modifier and Type Method Description static PbCodegenDeserializerPbCodegenDeserializeFactory. getPbCodegenDes(com.google.protobuf.Descriptors.FieldDescriptor fd, org.apache.flink.table.types.logical.LogicalType type, PbFormatContext formatContext)static PbCodegenDeserializerPbCodegenDeserializeFactory. getPbCodegenTopRowDes(com.google.protobuf.Descriptors.Descriptor descriptor, org.apache.flink.table.types.logical.RowType rowType, PbFormatContext formatContext)
-