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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>
public Aggregation getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Aggregation build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Aggregation buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Aggregation.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Aggregation.Builder>
IOException
public List<Expr> getGroupByList()
Group by clause.
repeated .tipb.Expr group_by = 1;
getGroupByList
in interface AggregationOrBuilder
public int getGroupByCount()
Group by clause.
repeated .tipb.Expr group_by = 1;
getGroupByCount
in interface AggregationOrBuilder
public Expr getGroupBy(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;
getGroupBy
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public List<? extends ExprOrBuilder> getGroupByOrBuilderList()
Group by clause.
repeated .tipb.Expr group_by = 1;
getGroupByOrBuilderList
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public int getRpnGroupByCount()
repeated .tipb.RpnExpr rpn_group_by = 4;
getRpnGroupByCount
in interface AggregationOrBuilder
public RpnExpr getRpnGroupBy(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;
getRpnGroupBy
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public List<? extends RpnExprOrBuilder> getRpnGroupByOrBuilderList()
repeated .tipb.RpnExpr rpn_group_by = 4;
getRpnGroupByOrBuilderList
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public int getAggFuncCount()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;
getAggFuncCount
in interface AggregationOrBuilder
public Expr getAggFunc(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;
getAggFunc
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public List<? extends ExprOrBuilder> getAggFuncOrBuilderList()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;
getAggFuncOrBuilderList
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public int getRpnAggFuncCount()
repeated .tipb.RpnExpr rpn_agg_func = 5;
getRpnAggFuncCount
in interface AggregationOrBuilder
public RpnExpr getRpnAggFunc(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;
getRpnAggFunc
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public List<? extends RpnExprOrBuilder> getRpnAggFuncOrBuilderList()
repeated .tipb.RpnExpr rpn_agg_func = 5;
getRpnAggFuncOrBuilderList
in interface AggregationOrBuilder
public 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 AggregationOrBuilder
public boolean getStreamed()
If it is a stream aggregation.
optional bool streamed = 3 [(.gogoproto.nullable) = false];
getStreamed
in interface AggregationOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Aggregation.Builder>
Copyright © 2024 PingCAP. All rights reserved.