Uses of Enum Class
io.dingodb.store.Store.AggregationType
Packages that use Store.AggregationType
-
Uses of Store.AggregationType in io.dingodb.store
Methods in io.dingodb.store that return Store.AggregationTypeModifier and TypeMethodDescriptionstatic Store.AggregationTypeStore.AggregationType.forNumber(int value) Store.AggregationOperator.Builder.getOper()aggregation operatorStore.AggregationOperator.getOper()aggregation operatorStore.AggregationOperatorOrBuilder.getOper()aggregation operatorstatic Store.AggregationTypeStore.AggregationType.valueOf(int value) Deprecated.static Store.AggregationTypeStore.AggregationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Store.AggregationTypeReturns the enum constant of this class with the specified name.static Store.AggregationType[]Store.AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.store that return types with arguments of type Store.AggregationTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Store.AggregationType>Store.AggregationType.internalGetValueMap()Methods in io.dingodb.store with parameters of type Store.AggregationTypeModifier and TypeMethodDescriptionStore.AggregationOperator.Builder.setOper(Store.AggregationType value) aggregation operator