Class PbToRowTypeUtil


  • public class PbToRowTypeUtil
    extends Object
    Generate Row type information according to pb descriptors.
    • Constructor Detail

      • PbToRowTypeUtil

        public PbToRowTypeUtil()
    • Method Detail

      • generateRowType

        public static org.apache.flink.table.types.logical.RowType generateRowType​(com.google.protobuf.Descriptors.Descriptor root)
      • generateRowType

        public static org.apache.flink.table.types.logical.RowType generateRowType​(com.google.protobuf.Descriptors.Descriptor root,
                                                                                   boolean enumAsInt)