Uses of Class
org.apache.flink.formats.protobuf.PbCodegenException
-
Packages that use PbCodegenException Package Description org.apache.flink.formats.protobuf.deserialize org.apache.flink.formats.protobuf.serialize org.apache.flink.formats.protobuf.util -
-
Uses of PbCodegenException in org.apache.flink.formats.protobuf.deserialize
Methods in org.apache.flink.formats.protobuf.deserialize that throw PbCodegenException Modifier and Type Method Description StringPbCodegenArrayDeserializer. codegen(String resultVar, String pbObjectCode, int indent)StringPbCodegenDeserializer. codegen(String resultVar, String pbObjectCode, int indent)StringPbCodegenMapDeserializer. codegen(String resultVar, String pbObjectCode, int indent)StringPbCodegenRowDeserializer. codegen(String resultVar, String pbObjectCode, int indent)StringPbCodegenSimpleDeserializer. codegen(String resultVar, String pbObjectCode, int indent)static PbCodegenDeserializerPbCodegenDeserializeFactory. getPbCodegenDes(com.google.protobuf.Descriptors.FieldDescriptor fd, org.apache.flink.table.types.logical.LogicalType type, PbFormatContext formatContext)Constructors in org.apache.flink.formats.protobuf.deserialize that throw PbCodegenException Constructor Description ProtoToRowConverter(org.apache.flink.table.types.logical.RowType rowType, PbFormatConfig formatConfig) -
Uses of PbCodegenException in org.apache.flink.formats.protobuf.serialize
Methods in org.apache.flink.formats.protobuf.serialize that throw PbCodegenException Modifier and Type Method Description StringPbCodegenArraySerializer. codegen(String resultVar, String flinkObjectCode, int indent)StringPbCodegenMapSerializer. codegen(String resultVar, String flinkObjectCode, int indent)StringPbCodegenRowSerializer. codegen(String resultVar, String flinkObjectCode, int indent)StringPbCodegenSerializer. codegen(String resultVar, String flinkObjectCode, int indent)StringPbCodegenSimpleSerializer. codegen(String resultVar, String flinkObjectCode, int indent)static PbCodegenSerializerPbCodegenSerializeFactory. getPbCodegenSer(com.google.protobuf.Descriptors.FieldDescriptor fd, org.apache.flink.table.types.logical.LogicalType type, PbFormatContext formatContext)Constructors in org.apache.flink.formats.protobuf.serialize that throw PbCodegenException Constructor Description RowToProtoConverter(org.apache.flink.table.types.logical.RowType rowType, PbFormatConfig formatConfig) -
Uses of PbCodegenException in org.apache.flink.formats.protobuf.util
Methods in org.apache.flink.formats.protobuf.util that throw PbCodegenException Modifier and Type Method Description static StringPbCodegenUtils. convertFlinkArrayElementToPbWithDefaultValueCode(String flinkArrDataVar, String iVar, String resultPbVar, com.google.protobuf.Descriptors.FieldDescriptor elementPbFd, org.apache.flink.table.types.logical.LogicalType elementDataType, PbFormatContext pbFormatContext, int indent)This method will be called from serializer of flink array/map type because flink contains both array/map type in array format.static StringPbCodegenUtils. getTypeStrFromProto(com.google.protobuf.Descriptors.FieldDescriptor fd, boolean isList)Get java type str fromDescriptors.FieldDescriptorwhich directly fetched from protobuf object.static StringPbCodegenUtils. pbDefaultValueCode(com.google.protobuf.Descriptors.FieldDescriptor fieldDescriptor, PbFormatContext pbFormatContext)Get protobuf default value fromDescriptors.FieldDescriptor.
-