public static final class Aggregation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder> implements AggregationOrBuilder
tipb.Aggregation| Modifier and Type | Method and Description |
|---|---|
Aggregation.Builder |
addAggFunc(Expr.Builder builderForValue)
Aggregate functions.
|
Aggregation.Builder |
addAggFunc(Expr value)
Aggregate functions.
|
Aggregation.Builder |
addAggFunc(int index,
Expr.Builder builderForValue)
Aggregate functions.
|
Aggregation.Builder |
addAggFunc(int index,
Expr value)
Aggregate functions.
|
Expr.Builder |
addAggFuncBuilder()
Aggregate functions.
|
Expr.Builder |
addAggFuncBuilder(int index)
Aggregate functions.
|
Aggregation.Builder |
addAllAggFunc(Iterable<? extends Expr> values)
Aggregate functions.
|
Aggregation.Builder |
addAllGroupBy(Iterable<? extends Expr> values)
Group by clause.
|
Aggregation.Builder |
addAllRpnAggFunc(Iterable<? extends RpnExpr> values)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
addAllRpnGroupBy(Iterable<? extends RpnExpr> values)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
addGroupBy(Expr.Builder builderForValue)
Group by clause.
|
Aggregation.Builder |
addGroupBy(Expr value)
Group by clause.
|
Aggregation.Builder |
addGroupBy(int index,
Expr.Builder builderForValue)
Group by clause.
|
Aggregation.Builder |
addGroupBy(int index,
Expr value)
Group by clause.
|
Expr.Builder |
addGroupByBuilder()
Group by clause.
|
Expr.Builder |
addGroupByBuilder(int index)
Group by clause.
|
Aggregation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Aggregation.Builder |
addRpnAggFunc(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
addRpnAggFunc(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
addRpnAggFunc(RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
addRpnAggFunc(RpnExpr value)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
RpnExpr.Builder |
addRpnAggFuncBuilder()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
RpnExpr.Builder |
addRpnAggFuncBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
addRpnGroupBy(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
addRpnGroupBy(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
addRpnGroupBy(RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
addRpnGroupBy(RpnExpr value)
repeated .tipb.RpnExpr rpn_group_by = 4; |
RpnExpr.Builder |
addRpnGroupByBuilder()
repeated .tipb.RpnExpr rpn_group_by = 4; |
RpnExpr.Builder |
addRpnGroupByBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation |
build() |
Aggregation |
buildPartial() |
Aggregation.Builder |
clear() |
Aggregation.Builder |
clearAggFunc()
Aggregate functions.
|
Aggregation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Aggregation.Builder |
clearGroupBy()
Group by clause.
|
Aggregation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Aggregation.Builder |
clearRpnAggFunc()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
clearRpnGroupBy()
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
clearStreamed()
If it is a stream aggregation.
|
Aggregation.Builder |
clone() |
Expr |
getAggFunc(int index)
Aggregate functions.
|
Expr.Builder |
getAggFuncBuilder(int index)
Aggregate functions.
|
List<Expr.Builder> |
getAggFuncBuilderList()
Aggregate functions.
|
int |
getAggFuncCount()
Aggregate functions.
|
List<Expr> |
getAggFuncList()
Aggregate functions.
|
ExprOrBuilder |
getAggFuncOrBuilder(int index)
Aggregate functions.
|
List<? extends ExprOrBuilder> |
getAggFuncOrBuilderList()
Aggregate functions.
|
Aggregation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Expr |
getGroupBy(int index)
Group by clause.
|
Expr.Builder |
getGroupByBuilder(int index)
Group by clause.
|
List<Expr.Builder> |
getGroupByBuilderList()
Group by clause.
|
int |
getGroupByCount()
Group by clause.
|
List<Expr> |
getGroupByList()
Group by clause.
|
ExprOrBuilder |
getGroupByOrBuilder(int index)
Group by clause.
|
List<? extends ExprOrBuilder> |
getGroupByOrBuilderList()
Group by clause.
|
RpnExpr |
getRpnAggFunc(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
RpnExpr.Builder |
getRpnAggFuncBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
List<RpnExpr.Builder> |
getRpnAggFuncBuilderList()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
int |
getRpnAggFuncCount()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
List<RpnExpr> |
getRpnAggFuncList()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
RpnExprOrBuilder |
getRpnAggFuncOrBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
List<? extends RpnExprOrBuilder> |
getRpnAggFuncOrBuilderList()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
RpnExpr |
getRpnGroupBy(int index)
repeated .tipb.RpnExpr rpn_group_by = 4; |
RpnExpr.Builder |
getRpnGroupByBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4; |
List<RpnExpr.Builder> |
getRpnGroupByBuilderList()
repeated .tipb.RpnExpr rpn_group_by = 4; |
int |
getRpnGroupByCount()
repeated .tipb.RpnExpr rpn_group_by = 4; |
List<RpnExpr> |
getRpnGroupByList()
repeated .tipb.RpnExpr rpn_group_by = 4; |
RpnExprOrBuilder |
getRpnGroupByOrBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4; |
List<? extends RpnExprOrBuilder> |
getRpnGroupByOrBuilderList()
repeated .tipb.RpnExpr rpn_group_by = 4; |
boolean |
getStreamed()
If it is a stream aggregation.
|
boolean |
hasStreamed()
If it is a stream aggregation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Aggregation.Builder |
mergeFrom(Aggregation other) |
Aggregation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Aggregation.Builder |
mergeFrom(com.google.protobuf.Message other) |
Aggregation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Aggregation.Builder |
removeAggFunc(int index)
Aggregate functions.
|
Aggregation.Builder |
removeGroupBy(int index)
Group by clause.
|
Aggregation.Builder |
removeRpnAggFunc(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
removeRpnGroupBy(int index)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
setAggFunc(int index,
Expr.Builder builderForValue)
Aggregate functions.
|
Aggregation.Builder |
setAggFunc(int index,
Expr value)
Aggregate functions.
|
Aggregation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Aggregation.Builder |
setGroupBy(int index,
Expr.Builder builderForValue)
Group by clause.
|
Aggregation.Builder |
setGroupBy(int index,
Expr value)
Group by clause.
|
Aggregation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Aggregation.Builder |
setRpnAggFunc(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
setRpnAggFunc(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
Aggregation.Builder |
setRpnGroupBy(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
setRpnGroupBy(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_group_by = 4; |
Aggregation.Builder |
setStreamed(boolean value)
If it is a stream aggregation.
|
Aggregation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, 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<Aggregation.Builder>public Aggregation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.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<Aggregation.Builder>public Aggregation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Aggregation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Aggregation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Aggregation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>public Aggregation.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<Aggregation.Builder>public Aggregation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>public Aggregation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>public Aggregation.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<Aggregation.Builder>public Aggregation.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<Aggregation.Builder>public Aggregation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Aggregation.Builder>public Aggregation.Builder mergeFrom(Aggregation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>public Aggregation.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<Aggregation.Builder>IOExceptionpublic List<Expr> getGroupByList()
Group by clause.
repeated .tipb.Expr group_by = 1;getGroupByList in interface AggregationOrBuilderpublic int getGroupByCount()
Group by clause.
repeated .tipb.Expr group_by = 1;getGroupByCount in interface AggregationOrBuilderpublic Expr getGroupBy(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;getGroupBy in interface AggregationOrBuilderpublic Aggregation.Builder setGroupBy(int index, Expr value)
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder setGroupBy(int index, Expr.Builder builderForValue)
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder addGroupBy(Expr value)
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder addGroupBy(int index, Expr value)
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder addGroupBy(Expr.Builder builderForValue)
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder addGroupBy(int index, Expr.Builder builderForValue)
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder addAllGroupBy(Iterable<? extends Expr> values)
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder clearGroupBy()
Group by clause.
repeated .tipb.Expr group_by = 1;public Aggregation.Builder removeGroupBy(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;public Expr.Builder getGroupByBuilder(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;public ExprOrBuilder getGroupByOrBuilder(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;getGroupByOrBuilder in interface AggregationOrBuilderpublic List<? extends ExprOrBuilder> getGroupByOrBuilderList()
Group by clause.
repeated .tipb.Expr group_by = 1;getGroupByOrBuilderList in interface AggregationOrBuilderpublic Expr.Builder addGroupByBuilder()
Group by clause.
repeated .tipb.Expr group_by = 1;public Expr.Builder addGroupByBuilder(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;public List<Expr.Builder> getGroupByBuilderList()
Group by clause.
repeated .tipb.Expr group_by = 1;public List<RpnExpr> getRpnGroupByList()
repeated .tipb.RpnExpr rpn_group_by = 4;getRpnGroupByList in interface AggregationOrBuilderpublic int getRpnGroupByCount()
repeated .tipb.RpnExpr rpn_group_by = 4;getRpnGroupByCount in interface AggregationOrBuilderpublic RpnExpr getRpnGroupBy(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;getRpnGroupBy in interface AggregationOrBuilderpublic Aggregation.Builder setRpnGroupBy(int index, RpnExpr value)
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder setRpnGroupBy(int index, RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder addRpnGroupBy(RpnExpr value)
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder addRpnGroupBy(int index, RpnExpr value)
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder addRpnGroupBy(RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder addRpnGroupBy(int index, RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder addAllRpnGroupBy(Iterable<? extends RpnExpr> values)
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder clearRpnGroupBy()
repeated .tipb.RpnExpr rpn_group_by = 4;public Aggregation.Builder removeRpnGroupBy(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;public RpnExpr.Builder getRpnGroupByBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;public RpnExprOrBuilder getRpnGroupByOrBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;getRpnGroupByOrBuilder in interface AggregationOrBuilderpublic List<? extends RpnExprOrBuilder> getRpnGroupByOrBuilderList()
repeated .tipb.RpnExpr rpn_group_by = 4;getRpnGroupByOrBuilderList in interface AggregationOrBuilderpublic RpnExpr.Builder addRpnGroupByBuilder()
repeated .tipb.RpnExpr rpn_group_by = 4;public RpnExpr.Builder addRpnGroupByBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;public List<RpnExpr.Builder> getRpnGroupByBuilderList()
repeated .tipb.RpnExpr rpn_group_by = 4;public List<Expr> getAggFuncList()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;getAggFuncList in interface AggregationOrBuilderpublic int getAggFuncCount()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;getAggFuncCount in interface AggregationOrBuilderpublic Expr getAggFunc(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;getAggFunc in interface AggregationOrBuilderpublic Aggregation.Builder setAggFunc(int index, Expr value)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder setAggFunc(int index, Expr.Builder builderForValue)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder addAggFunc(Expr value)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder addAggFunc(int index, Expr value)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder addAggFunc(Expr.Builder builderForValue)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder addAggFunc(int index, Expr.Builder builderForValue)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder addAllAggFunc(Iterable<? extends Expr> values)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder clearAggFunc()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Aggregation.Builder removeAggFunc(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Expr.Builder getAggFuncBuilder(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public ExprOrBuilder getAggFuncOrBuilder(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;getAggFuncOrBuilder in interface AggregationOrBuilderpublic List<? extends ExprOrBuilder> getAggFuncOrBuilderList()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;getAggFuncOrBuilderList in interface AggregationOrBuilderpublic Expr.Builder addAggFuncBuilder()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public Expr.Builder addAggFuncBuilder(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public List<Expr.Builder> getAggFuncBuilderList()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;public List<RpnExpr> getRpnAggFuncList()
repeated .tipb.RpnExpr rpn_agg_func = 5;getRpnAggFuncList in interface AggregationOrBuilderpublic int getRpnAggFuncCount()
repeated .tipb.RpnExpr rpn_agg_func = 5;getRpnAggFuncCount in interface AggregationOrBuilderpublic RpnExpr getRpnAggFunc(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;getRpnAggFunc in interface AggregationOrBuilderpublic Aggregation.Builder setRpnAggFunc(int index, RpnExpr value)
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder setRpnAggFunc(int index, RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder addRpnAggFunc(RpnExpr value)
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder addRpnAggFunc(int index, RpnExpr value)
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder addRpnAggFunc(RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder addRpnAggFunc(int index, RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder addAllRpnAggFunc(Iterable<? extends RpnExpr> values)
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder clearRpnAggFunc()
repeated .tipb.RpnExpr rpn_agg_func = 5;public Aggregation.Builder removeRpnAggFunc(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;public RpnExpr.Builder getRpnAggFuncBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;public RpnExprOrBuilder getRpnAggFuncOrBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;getRpnAggFuncOrBuilder in interface AggregationOrBuilderpublic List<? extends RpnExprOrBuilder> getRpnAggFuncOrBuilderList()
repeated .tipb.RpnExpr rpn_agg_func = 5;getRpnAggFuncOrBuilderList in interface AggregationOrBuilderpublic RpnExpr.Builder addRpnAggFuncBuilder()
repeated .tipb.RpnExpr rpn_agg_func = 5;public RpnExpr.Builder addRpnAggFuncBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;public List<RpnExpr.Builder> getRpnAggFuncBuilderList()
repeated .tipb.RpnExpr rpn_agg_func = 5;public boolean hasStreamed()
If it is a stream aggregation.
optional bool streamed = 3 [(.gogoproto.nullable) = false];hasStreamed in interface AggregationOrBuilderpublic boolean getStreamed()
If it is a stream aggregation.
optional bool streamed = 3 [(.gogoproto.nullable) = false];getStreamed in interface AggregationOrBuilderpublic Aggregation.Builder setStreamed(boolean value)
If it is a stream aggregation.
optional bool streamed = 3 [(.gogoproto.nullable) = false];value - The streamed to set.public Aggregation.Builder clearStreamed()
If it is a stream aggregation.
optional bool streamed = 3 [(.gogoproto.nullable) = false];public final Aggregation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>public final Aggregation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>Copyright © 2025 PingCAP. All rights reserved.