Interface FlinkFnApi.CoderInfoDescriptorOrBuilder

    • Method Detail

      • hasFlattenRowType

        boolean hasFlattenRowType()
         for Table & SQL
         
        .org.apache.flink.fn_execution.v1.CoderInfoDescriptor.FlattenRowType flatten_row_type = 1;
        Returns:
        Whether the flattenRowType field is set.
      • hasRowType

        boolean hasRowType()
        .org.apache.flink.fn_execution.v1.CoderInfoDescriptor.RowType row_type = 2;
        Returns:
        Whether the rowType field is set.
      • hasArrowType

        boolean hasArrowType()
        .org.apache.flink.fn_execution.v1.CoderInfoDescriptor.ArrowType arrow_type = 3;
        Returns:
        Whether the arrowType field is set.
      • hasOverWindowArrowType

        boolean hasOverWindowArrowType()
        .org.apache.flink.fn_execution.v1.CoderInfoDescriptor.OverWindowArrowType over_window_arrow_type = 4;
        Returns:
        Whether the overWindowArrowType field is set.
      • hasRawType

        boolean hasRawType()
         for DataStream
         
        .org.apache.flink.fn_execution.v1.CoderInfoDescriptor.RawType raw_type = 5;
        Returns:
        Whether the rawType field is set.
      • getModeValue

        int getModeValue()
        .org.apache.flink.fn_execution.v1.CoderInfoDescriptor.Mode mode = 6;
        Returns:
        The enum numeric value on the wire for mode.
      • getSeparatedWithEndMessage

        boolean getSeparatedWithEndMessage()
         append an end message (0x00) after serializing the records belonging to the same batch.
         
        bool separated_with_end_message = 7;
        Returns:
        The separatedWithEndMessage.