public static final class FlinkFnApi.UserDefinedAggregateFunctions extends com.google.protobuf.GeneratedMessageV3 implements FlinkFnApi.UserDefinedAggregateFunctionsOrBuilder
A list of the user-defined aggregate functions to be executed in a group aggregate operation.Protobuf type
org.apache.flink.fn_execution.v1.UserDefinedAggregateFunctions| Modifier and Type | Class and Description |
|---|---|
static class |
FlinkFnApi.UserDefinedAggregateFunctions.Builder
A list of the user-defined aggregate functions to be executed in a group aggregate operation.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COUNT_STAR_INSERTED_FIELD_NUMBER |
static int |
GENERATE_UPDATE_BEFORE_FIELD_NUMBER |
static int |
GROUP_WINDOW_FIELD_NUMBER |
static int |
GROUPING_FIELD_NUMBER |
static int |
INDEX_OF_COUNT_STAR_FIELD_NUMBER |
static int |
KEY_TYPE_FIELD_NUMBER |
static int |
MAP_STATE_READ_CACHE_SIZE_FIELD_NUMBER |
static int |
MAP_STATE_WRITE_CACHE_SIZE_FIELD_NUMBER |
static int |
METRIC_ENABLED_FIELD_NUMBER |
static int |
STATE_CACHE_SIZE_FIELD_NUMBER |
static int |
STATE_CLEANING_ENABLED_FIELD_NUMBER |
static int |
UDFS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getCountStarInserted()
True if the count(*) agg is inserted by the planner.
|
static FlinkFnApi.UserDefinedAggregateFunctions |
getDefaultInstance() |
FlinkFnApi.UserDefinedAggregateFunctions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getGenerateUpdateBefore()
Generate retract messages if true.
|
int |
getGrouping(int index)
The array of the key indexes.
|
int |
getGroupingCount()
The array of the key indexes.
|
List<Integer> |
getGroupingList()
The array of the key indexes.
|
FlinkFnApi.GroupWindow |
getGroupWindow()
Group Window.
|
FlinkFnApi.GroupWindowOrBuilder |
getGroupWindowOrBuilder()
Group Window.
|
int |
getIndexOfCountStar()
The index of a count aggregate used to calculate the number of accumulated rows.
|
FlinkFnApi.Schema.FieldType |
getKeyType()
The schema of the grouping keys.
|
FlinkFnApi.Schema.FieldTypeOrBuilder |
getKeyTypeOrBuilder()
The schema of the grouping keys.
|
int |
getMapStateReadCacheSize()
The map state read cache size.
|
int |
getMapStateWriteCacheSize()
The map_state_write_cache_size.
|
boolean |
getMetricEnabled()
bool metric_enabled = 2; |
com.google.protobuf.Parser<FlinkFnApi.UserDefinedAggregateFunctions> |
getParserForType() |
int |
getSerializedSize() |
int |
getStateCacheSize()
The state cache size.
|
boolean |
getStateCleaningEnabled()
Cleanup the expired state if true.
|
FlinkFnApi.UserDefinedAggregateFunction |
getUdfs(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1; |
int |
getUdfsCount()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1; |
List<FlinkFnApi.UserDefinedAggregateFunction> |
getUdfsList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1; |
FlinkFnApi.UserDefinedAggregateFunctionOrBuilder |
getUdfsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1; |
List<? extends FlinkFnApi.UserDefinedAggregateFunctionOrBuilder> |
getUdfsOrBuilderList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasGroupWindow()
Group Window.
|
int |
hashCode() |
boolean |
hasKeyType()
The schema of the grouping keys.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FlinkFnApi.UserDefinedAggregateFunctions.Builder |
newBuilder() |
static FlinkFnApi.UserDefinedAggregateFunctions.Builder |
newBuilder(FlinkFnApi.UserDefinedAggregateFunctions prototype) |
FlinkFnApi.UserDefinedAggregateFunctions.Builder |
newBuilderForType() |
protected FlinkFnApi.UserDefinedAggregateFunctions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseDelimitedFrom(InputStream input) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(byte[] data) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(ByteBuffer data) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(com.google.protobuf.ByteString data) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(InputStream input) |
static FlinkFnApi.UserDefinedAggregateFunctions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FlinkFnApi.UserDefinedAggregateFunctions> |
parser() |
FlinkFnApi.UserDefinedAggregateFunctions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int UDFS_FIELD_NUMBER
public static final int METRIC_ENABLED_FIELD_NUMBER
public static final int GROUPING_FIELD_NUMBER
public static final int GENERATE_UPDATE_BEFORE_FIELD_NUMBER
public static final int KEY_TYPE_FIELD_NUMBER
public static final int INDEX_OF_COUNT_STAR_FIELD_NUMBER
public static final int STATE_CLEANING_ENABLED_FIELD_NUMBER
public static final int STATE_CACHE_SIZE_FIELD_NUMBER
public static final int MAP_STATE_READ_CACHE_SIZE_FIELD_NUMBER
public static final int MAP_STATE_WRITE_CACHE_SIZE_FIELD_NUMBER
public static final int COUNT_STAR_INSERTED_FIELD_NUMBER
public static final int GROUP_WINDOW_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<FlinkFnApi.UserDefinedAggregateFunction> getUdfsList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;getUdfsList in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic List<? extends FlinkFnApi.UserDefinedAggregateFunctionOrBuilder> getUdfsOrBuilderList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;getUdfsOrBuilderList in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getUdfsCount()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;getUdfsCount in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunction getUdfs(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;getUdfs in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.UserDefinedAggregateFunctionOrBuilder getUdfsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;getUdfsOrBuilder in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean getMetricEnabled()
bool metric_enabled = 2;getMetricEnabled in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic List<Integer> getGroupingList()
The array of the key indexes.
repeated int32 grouping = 3;getGroupingList in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getGroupingCount()
The array of the key indexes.
repeated int32 grouping = 3;getGroupingCount in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getGrouping(int index)
The array of the key indexes.
repeated int32 grouping = 3;getGrouping in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderindex - The index of the element to return.public boolean getGenerateUpdateBefore()
Generate retract messages if true.
bool generate_update_before = 4;getGenerateUpdateBefore in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean hasKeyType()
The schema of the grouping keys.
.org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 5;hasKeyType in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.Schema.FieldType getKeyType()
The schema of the grouping keys.
.org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 5;getKeyType in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.Schema.FieldTypeOrBuilder getKeyTypeOrBuilder()
The schema of the grouping keys.
.org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 5;getKeyTypeOrBuilder in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getIndexOfCountStar()
The index of a count aggregate used to calculate the number of accumulated rows.
int32 index_of_count_star = 6;getIndexOfCountStar in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean getStateCleaningEnabled()
Cleanup the expired state if true.
bool state_cleaning_enabled = 7;getStateCleaningEnabled in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getStateCacheSize()
The state cache size.
int32 state_cache_size = 8;getStateCacheSize in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getMapStateReadCacheSize()
The map state read cache size.
int32 map_state_read_cache_size = 9;getMapStateReadCacheSize in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getMapStateWriteCacheSize()
The map_state_write_cache_size.
int32 map_state_write_cache_size = 10;getMapStateWriteCacheSize in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean getCountStarInserted()
True if the count(*) agg is inserted by the planner.
bool count_star_inserted = 11;getCountStarInserted in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean hasGroupWindow()
Group Window.
.org.apache.flink.fn_execution.v1.GroupWindow group_window = 12;hasGroupWindow in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.GroupWindow getGroupWindow()
Group Window.
.org.apache.flink.fn_execution.v1.GroupWindow group_window = 12;getGroupWindow in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.GroupWindowOrBuilder getGroupWindowOrBuilder()
Group Window.
.org.apache.flink.fn_execution.v1.GroupWindow group_window = 12;getGroupWindowOrBuilder in interface FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(InputStream input) throws IOException
IOExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FlinkFnApi.UserDefinedAggregateFunctions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FlinkFnApi.UserDefinedAggregateFunctions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FlinkFnApi.UserDefinedAggregateFunctions.Builder newBuilder()
public static FlinkFnApi.UserDefinedAggregateFunctions.Builder newBuilder(FlinkFnApi.UserDefinedAggregateFunctions prototype)
public FlinkFnApi.UserDefinedAggregateFunctions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FlinkFnApi.UserDefinedAggregateFunctions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static FlinkFnApi.UserDefinedAggregateFunctions getDefaultInstance()
public static com.google.protobuf.Parser<FlinkFnApi.UserDefinedAggregateFunctions> parser()
public com.google.protobuf.Parser<FlinkFnApi.UserDefinedAggregateFunctions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public FlinkFnApi.UserDefinedAggregateFunctions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.