Interface FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.ListViewOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FlinkFnApi.Schema.FieldType getElementType()
      .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
      FlinkFnApi.Schema.FieldTypeOrBuilder getElementTypeOrBuilder()
      .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
      boolean hasElementType()
      .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasElementType

        boolean hasElementType()
        .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
        Returns:
        Whether the elementType field is set.
      • getElementType

        FlinkFnApi.Schema.FieldType getElementType()
        .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
        Returns:
        The elementType.