Interface FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.MapViewOrBuilder

    • Method Detail

      • hasKeyType

        boolean hasKeyType()
        .org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 1;
        Returns:
        Whether the keyType field is set.
      • getKeyType

        FlinkFnApi.Schema.FieldType getKeyType()
        .org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 1;
        Returns:
        The keyType.
      • hasValueType

        boolean hasValueType()
        .org.apache.flink.fn_execution.v1.Schema.FieldType value_type = 2;
        Returns:
        Whether the valueType field is set.
      • getValueType

        FlinkFnApi.Schema.FieldType getValueType()
        .org.apache.flink.fn_execution.v1.Schema.FieldType value_type = 2;
        Returns:
        The valueType.