Interface FlinkFnApi.InputOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FlinkFnApi.Input, FlinkFnApi.Input.Builder
    Enclosing class:
    FlinkFnApi

    public static interface FlinkFnApi.InputOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasUdf

        boolean hasUdf()
        .org.apache.flink.fn_execution.v1.UserDefinedFunction udf = 1;
        Returns:
        Whether the udf field is set.
      • hasInputOffset

        boolean hasInputOffset()
        int32 inputOffset = 2;
        Returns:
        Whether the inputOffset field is set.
      • getInputOffset

        int getInputOffset()
        int32 inputOffset = 2;
        Returns:
        The inputOffset.
      • hasInputConstant

        boolean hasInputConstant()
        bytes inputConstant = 3;
        Returns:
        Whether the inputConstant field is set.
      • getInputConstant

        com.google.protobuf.ByteString getInputConstant()
        bytes inputConstant = 3;
        Returns:
        The inputConstant.