Package org.apache.flink.fnexecution.v1
Interface FlinkFnApi.UserDefinedAggregateFunction.DataViewSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec,FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder
- Enclosing class:
- FlinkFnApi.UserDefinedAggregateFunction
public static interface FlinkFnApi.UserDefinedAggregateFunction.DataViewSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 field_index = 2;.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.ListView list_view = 3;.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.ListView list_view = 3;.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.MapView map_view = 4;.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.MapView map_view = 4;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;boolean.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.ListView list_view = 3;boolean.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.MapView map_view = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getFieldIndex
int getFieldIndex()int32 field_index = 2;- Returns:
- The fieldIndex.
-
hasListView
boolean hasListView().org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.ListView list_view = 3;- Returns:
- Whether the listView field is set.
-
getListView
.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.ListView list_view = 3;- Returns:
- The listView.
-
getListViewOrBuilder
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.ListViewOrBuilder getListViewOrBuilder().org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.ListView list_view = 3; -
hasMapView
boolean hasMapView().org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.MapView map_view = 4;- Returns:
- Whether the mapView field is set.
-
getMapView
.org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.MapView map_view = 4;- Returns:
- The mapView.
-
getMapViewOrBuilder
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.MapViewOrBuilder getMapViewOrBuilder().org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec.MapView map_view = 4; -
getDataViewCase
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.DataViewCase getDataViewCase()
-