Interface FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.ListViewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.ListView, FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.ListView.Builder
Enclosing class:
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec

public static interface FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.ListViewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
    .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
    boolean
    .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 Details

    • 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.
    • getElementTypeOrBuilder

      FlinkFnApi.Schema.FieldTypeOrBuilder getElementTypeOrBuilder()
      .org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;