Package org.apache.flink.fnexecution.v1
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
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.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.
-
getElementTypeOrBuilder
FlinkFnApi.Schema.FieldTypeOrBuilder getElementTypeOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.FieldType element_type = 1;
-
-