Uses of Class
io.dingodb.store.Store.AggregationOperator
Packages that use Store.AggregationOperator
-
Uses of Store.AggregationOperator in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Store.AggregationOperatorModifier and TypeMethodDescriptionstatic Store.AggregationOperatorEntityConversion.mapping(AggregationOperator aggregationOperator) -
Uses of Store.AggregationOperator in io.dingodb.store
Methods in io.dingodb.store that return Store.AggregationOperatorModifier and TypeMethodDescriptionStore.AggregationOperator.Builder.build()Store.AggregationOperator.Builder.buildPartial()Store.Coprocessor.Builder.getAggregationOperators(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.getAggregationOperators(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.getAggregationOperators(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).static Store.AggregationOperatorStore.AggregationOperator.getDefaultInstance()Store.AggregationOperator.Builder.getDefaultInstanceForType()Store.AggregationOperator.getDefaultInstanceForType()static Store.AggregationOperatorStore.AggregationOperator.parseDelimitedFrom(InputStream input) static Store.AggregationOperatorStore.AggregationOperator.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(byte[] data) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(com.google.protobuf.ByteString data) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(com.google.protobuf.CodedInputStream input) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(InputStream input) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(ByteBuffer data) static Store.AggregationOperatorStore.AggregationOperator.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.AggregationOperatorModifier and TypeMethodDescriptionStore.Coprocessor.Builder.getAggregationOperatorsList()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.getAggregationOperatorsList()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.getAggregationOperatorsList()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).com.google.protobuf.Parser<Store.AggregationOperator>Store.AggregationOperator.getParserForType()static com.google.protobuf.Parser<Store.AggregationOperator>Store.AggregationOperator.parser()Methods in io.dingodb.store with parameters of type Store.AggregationOperatorModifier and TypeMethodDescriptionStore.Coprocessor.Builder.addAggregationOperators(int index, Store.AggregationOperator value) 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.Builder.addAggregationOperators(Store.AggregationOperator value) 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.AggregationOperator.Builder.mergeFrom(Store.AggregationOperator other) Store.AggregationOperator.newBuilder(Store.AggregationOperator prototype) Store.Coprocessor.Builder.setAggregationOperators(int index, Store.AggregationOperator value) 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).Method parameters in io.dingodb.store with type arguments of type Store.AggregationOperatorModifier and TypeMethodDescriptionStore.Coprocessor.Builder.addAllAggregationOperators(Iterable<? extends Store.AggregationOperator> values) 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).