public static final class FlinkFnApi.UserDefinedAggregateFunction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder> implements FlinkFnApi.UserDefinedAggregateFunctionOrBuilder
org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction| Modifier and Type | Method and Description |
|---|---|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addAllInputs(Iterable<? extends FlinkFnApi.Input> values)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addAllSpecs(Iterable<? extends FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec> values)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addInputs(FlinkFnApi.Input.Builder builderForValue)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addInputs(FlinkFnApi.Input value)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addInputs(int index,
FlinkFnApi.Input.Builder builderForValue)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addInputs(int index,
FlinkFnApi.Input value)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.Input.Builder |
addInputsBuilder()
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.Input.Builder |
addInputsBuilder(int index)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addSpecs(FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder builderForValue)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addSpecs(FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec value)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addSpecs(int index,
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder builderForValue)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
addSpecs(int index,
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec value)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder |
addSpecsBuilder()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder |
addSpecsBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction |
build() |
FlinkFnApi.UserDefinedAggregateFunction |
buildPartial() |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clear() |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearDistinct()
bool distinct = 5; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearFilterArg()
int32 filter_arg = 4; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearInputs()
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearPayload()
The serialized representation of the user-defined function
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearSpecs()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clearTakesRowAsInput()
Whether the UDF takes row as input instead of each columns of a row
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
clone() |
FlinkFnApi.UserDefinedAggregateFunction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDistinct()
bool distinct = 5; |
int |
getFilterArg()
int32 filter_arg = 4; |
FlinkFnApi.Input |
getInputs(int index)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.Input.Builder |
getInputsBuilder(int index)
The input arguments of the user-defined function, it could be one of the following:
1.
|
List<FlinkFnApi.Input.Builder> |
getInputsBuilderList()
The input arguments of the user-defined function, it could be one of the following:
1.
|
int |
getInputsCount()
The input arguments of the user-defined function, it could be one of the following:
1.
|
List<FlinkFnApi.Input> |
getInputsList()
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.InputOrBuilder |
getInputsOrBuilder(int index)
The input arguments of the user-defined function, it could be one of the following:
1.
|
List<? extends FlinkFnApi.InputOrBuilder> |
getInputsOrBuilderList()
The input arguments of the user-defined function, it could be one of the following:
1.
|
com.google.protobuf.ByteString |
getPayload()
The serialized representation of the user-defined function
|
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec |
getSpecs(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder |
getSpecsBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
List<FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder> |
getSpecsBuilderList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
int |
getSpecsCount()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
List<FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec> |
getSpecsList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpecOrBuilder |
getSpecsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
List<? extends FlinkFnApi.UserDefinedAggregateFunction.DataViewSpecOrBuilder> |
getSpecsOrBuilderList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
boolean |
getTakesRowAsInput()
Whether the UDF takes row as input instead of each columns of a row
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
mergeFrom(FlinkFnApi.UserDefinedAggregateFunction other) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
mergeFrom(com.google.protobuf.Message other) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
removeInputs(int index)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
removeSpecs(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setDistinct(boolean value)
bool distinct = 5; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setFilterArg(int value)
int32 filter_arg = 4; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setInputs(int index,
FlinkFnApi.Input.Builder builderForValue)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setInputs(int index,
FlinkFnApi.Input value)
The input arguments of the user-defined function, it could be one of the following:
1.
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setPayload(com.google.protobuf.ByteString value)
The serialized representation of the user-defined function
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setSpecs(int index,
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder builderForValue)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setSpecs(int index,
FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec value)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3; |
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setTakesRowAsInput(boolean value)
Whether the UDF takes row as input instead of each columns of a row
|
FlinkFnApi.UserDefinedAggregateFunction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FlinkFnApi.UserDefinedAggregateFunction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FlinkFnApi.UserDefinedAggregateFunction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder mergeFrom(FlinkFnApi.UserDefinedAggregateFunction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public FlinkFnApi.UserDefinedAggregateFunction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>IOExceptionpublic com.google.protobuf.ByteString getPayload()
The serialized representation of the user-defined function
bytes payload = 1;getPayload in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.Builder setPayload(com.google.protobuf.ByteString value)
The serialized representation of the user-defined function
bytes payload = 1;value - The payload to set.public FlinkFnApi.UserDefinedAggregateFunction.Builder clearPayload()
The serialized representation of the user-defined function
bytes payload = 1;public List<FlinkFnApi.Input> getInputsList()
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;getInputsList in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic int getInputsCount()
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;getInputsCount in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.Input getInputs(int index)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;getInputs in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.Builder setInputs(int index, FlinkFnApi.Input value)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder setInputs(int index, FlinkFnApi.Input.Builder builderForValue)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder addInputs(FlinkFnApi.Input value)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder addInputs(int index, FlinkFnApi.Input value)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder addInputs(FlinkFnApi.Input.Builder builderForValue)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder addInputs(int index, FlinkFnApi.Input.Builder builderForValue)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder addAllInputs(Iterable<? extends FlinkFnApi.Input> values)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder clearInputs()
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.UserDefinedAggregateFunction.Builder removeInputs(int index)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.Input.Builder getInputsBuilder(int index)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.InputOrBuilder getInputsOrBuilder(int index)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;getInputsOrBuilder in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic List<? extends FlinkFnApi.InputOrBuilder> getInputsOrBuilderList()
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;getInputsOrBuilderList in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.Input.Builder addInputsBuilder()
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public FlinkFnApi.Input.Builder addInputsBuilder(int index)
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public List<FlinkFnApi.Input.Builder> getInputsBuilderList()
The input arguments of the user-defined function, it could be one of the following: 1. A column from the input row 2. The result of another user-defined function 3. The constant value of the column
repeated .org.apache.flink.fn_execution.v1.Input inputs = 2;public List<FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec> getSpecsList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;getSpecsList in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic int getSpecsCount()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;getSpecsCount in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec getSpecs(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;getSpecs in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.Builder setSpecs(int index, FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec value)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder setSpecs(int index, FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder builderForValue)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder addSpecs(FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec value)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder addSpecs(int index, FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec value)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder addSpecs(FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder builderForValue)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder addSpecs(int index, FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder builderForValue)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder addAllSpecs(Iterable<? extends FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec> values)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder clearSpecs()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.Builder removeSpecs(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder getSpecsBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.DataViewSpecOrBuilder getSpecsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;getSpecsOrBuilder in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic List<? extends FlinkFnApi.UserDefinedAggregateFunction.DataViewSpecOrBuilder> getSpecsOrBuilderList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;getSpecsOrBuilderList in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder addSpecsBuilder()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder addSpecsBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public List<FlinkFnApi.UserDefinedAggregateFunction.DataViewSpec.Builder> getSpecsBuilderList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction.DataViewSpec specs = 3;public int getFilterArg()
int32 filter_arg = 4;getFilterArg in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.Builder setFilterArg(int value)
int32 filter_arg = 4;value - The filterArg to set.public FlinkFnApi.UserDefinedAggregateFunction.Builder clearFilterArg()
int32 filter_arg = 4;public boolean getDistinct()
bool distinct = 5;getDistinct in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.Builder setDistinct(boolean value)
bool distinct = 5;value - The distinct to set.public FlinkFnApi.UserDefinedAggregateFunction.Builder clearDistinct()
bool distinct = 5;public boolean getTakesRowAsInput()
Whether the UDF takes row as input instead of each columns of a row
bool takes_row_as_input = 6;getTakesRowAsInput in interface FlinkFnApi.UserDefinedAggregateFunctionOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction.Builder setTakesRowAsInput(boolean value)
Whether the UDF takes row as input instead of each columns of a row
bool takes_row_as_input = 6;value - The takesRowAsInput to set.public FlinkFnApi.UserDefinedAggregateFunction.Builder clearTakesRowAsInput()
Whether the UDF takes row as input instead of each columns of a row
bool takes_row_as_input = 6;public final FlinkFnApi.UserDefinedAggregateFunction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>public final FlinkFnApi.UserDefinedAggregateFunction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlinkFnApi.UserDefinedAggregateFunction.Builder>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.