Uses of Interface
io.dingodb.store.Store.AggregationOperatorOrBuilder
Packages that use Store.AggregationOperatorOrBuilder
-
Uses of Store.AggregationOperatorOrBuilder in io.dingodb.store
Classes in io.dingodb.store that implement Store.AggregationOperatorOrBuilderModifier and TypeClassDescriptionstatic final classaggregation operationstatic final classaggregation operationMethods in io.dingodb.store that return Store.AggregationOperatorOrBuilderModifier and TypeMethodDescriptionStore.Coprocessor.Builder.getAggregationOperatorsOrBuilder(int index) group by expression The list that needs to be aggregated is allowed to be empty, that is, not aggregated sum(salary), count(age), count(salary).Store.Coprocessor.getAggregationOperatorsOrBuilder(int index) group by expression The list that needs to be aggregated is allowed to be empty, that is, not aggregated sum(salary), count(age), count(salary).Store.CoprocessorOrBuilder.getAggregationOperatorsOrBuilder(int index) group by expression The list that needs to be aggregated is allowed to be empty, that is, not aggregated sum(salary), count(age), count(salary).Methods in io.dingodb.store that return types with arguments of type Store.AggregationOperatorOrBuilderModifier and TypeMethodDescriptionList<? extends Store.AggregationOperatorOrBuilder>Store.Coprocessor.Builder.getAggregationOperatorsOrBuilderList()group by expression The list that needs to be aggregated is allowed to be empty, that is, not aggregated sum(salary), count(age), count(salary).List<? extends Store.AggregationOperatorOrBuilder>Store.Coprocessor.getAggregationOperatorsOrBuilderList()group by expression The list that needs to be aggregated is allowed to be empty, that is, not aggregated sum(salary), count(age), count(salary).List<? extends Store.AggregationOperatorOrBuilder>Store.CoprocessorOrBuilder.getAggregationOperatorsOrBuilderList()group by expression The list that needs to be aggregated is allowed to be empty, that is, not aggregated sum(salary), count(age), count(salary).