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| 限定符和类型 | 类和说明 |
|---|---|
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| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COUNT_STAR_INSERTED_FIELD_NUMBER |
static int |
GENERATE_UPDATE_BEFORE_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 |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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() |
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, writeTopublic 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
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public List<FlinkFnApi.UserDefinedAggregateFunction> getUdfsList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;public List<? extends FlinkFnApi.UserDefinedAggregateFunctionOrBuilder> getUdfsOrBuilderList()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;public int getUdfsCount()
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;public FlinkFnApi.UserDefinedAggregateFunction getUdfs(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;public FlinkFnApi.UserDefinedAggregateFunctionOrBuilder getUdfsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.UserDefinedAggregateFunction udfs = 1;public boolean getMetricEnabled()
bool metric_enabled = 2;getMetricEnabled 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic List<Integer> getGroupingList()
The array of the key indexes.
repeated int32 grouping = 3;getGroupingList 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getGroupingCount()
The array of the key indexes.
repeated int32 grouping = 3;getGroupingCount 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getGrouping(int index)
The array of the key indexes.
repeated int32 grouping = 3;getGrouping 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderindex - The index of the element to return.public boolean getGenerateUpdateBefore()
Generate retract messages if true.
bool generate_update_before = 4;getGenerateUpdateBefore 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean hasKeyType()
The schema of the grouping keys.
.org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 5;hasKeyType 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.Schema.FieldType getKeyType()
The schema of the grouping keys.
.org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 5;getKeyType 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic FlinkFnApi.Schema.FieldTypeOrBuilder getKeyTypeOrBuilder()
The schema of the grouping keys.
.org.apache.flink.fn_execution.v1.Schema.FieldType key_type = 5;public int getIndexOfCountStar()
The index of a count aggregate used to calculate the number of accumulated rows.
int32 index_of_count_star = 6;getIndexOfCountStar 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean getStateCleaningEnabled()
Cleanup the expired state if true.
bool state_cleaning_enabled = 7;getStateCleaningEnabled 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getStateCacheSize()
The state cache size.
int32 state_cache_size = 8;getStateCacheSize 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getMapStateReadCacheSize()
The map state read cache size.
int32 map_state_read_cache_size = 9;getMapStateReadCacheSize 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic int getMapStateWriteCacheSize()
The map_state_write_cache_size.
int32 map_state_write_cache_size = 10;getMapStateWriteCacheSize 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic boolean getCountStarInserted()
True if the count(*) agg is inserted by the planner.
bool count_star_inserted = 11;getCountStarInserted 在接口中 FlinkFnApi.UserDefinedAggregateFunctionsOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 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 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static FlinkFnApi.UserDefinedAggregateFunctions.Builder newBuilder()
public static FlinkFnApi.UserDefinedAggregateFunctions.Builder newBuilder(FlinkFnApi.UserDefinedAggregateFunctions prototype)
public FlinkFnApi.UserDefinedAggregateFunctions.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected FlinkFnApi.UserDefinedAggregateFunctions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 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 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public FlinkFnApi.UserDefinedAggregateFunctions getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.