Class PbCodegenDeserializeFactory
- java.lang.Object
-
- org.apache.flink.formats.protobuf.deserialize.PbCodegenDeserializeFactory
-
public class PbCodegenDeserializeFactory extends Object
Codegen factory class which returnPbCodegenDeserializerof different data type.
-
-
Constructor Summary
Constructors Constructor Description PbCodegenDeserializeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PbCodegenDeserializergetPbCodegenDes(com.google.protobuf.Descriptors.FieldDescriptor fd, org.apache.flink.table.types.logical.LogicalType type, PbFormatContext formatContext)static PbCodegenDeserializergetPbCodegenTopRowDes(com.google.protobuf.Descriptors.Descriptor descriptor, org.apache.flink.table.types.logical.RowType rowType, PbFormatContext formatContext)
-
-
-
Method Detail
-
getPbCodegenDes
public static PbCodegenDeserializer getPbCodegenDes(com.google.protobuf.Descriptors.FieldDescriptor fd, org.apache.flink.table.types.logical.LogicalType type, PbFormatContext formatContext) throws PbCodegenException
- Throws:
PbCodegenException
-
getPbCodegenTopRowDes
public static PbCodegenDeserializer getPbCodegenTopRowDes(com.google.protobuf.Descriptors.Descriptor descriptor, org.apache.flink.table.types.logical.RowType rowType, PbFormatContext formatContext)
-
-