Uses of Enum Class
de.caluga.morphium.aggregation.Aggregator.BucketGranularity
Packages that use Aggregator.BucketGranularity
-
Uses of Aggregator.BucketGranularity in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Aggregator.BucketGranularityModifier and TypeMethodDescriptionstatic Aggregator.BucketGranularityReturns the enum constant of this class with the specified name.static Aggregator.BucketGranularity[]Aggregator.BucketGranularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.caluga.morphium.aggregation with parameters of type Aggregator.BucketGranularityModifier and TypeMethodDescriptionAggregator<T,R> Aggregator.bucketAuto(Expr groupBy, int numBuckets, Map<String, Expr> output, Aggregator.BucketGranularity granularity) Aggregator<T,R> AggregatorImpl.bucketAuto(Expr groupBy, int numBuckets, Map<String, Expr> output, Aggregator.BucketGranularity granularity) -
Uses of Aggregator.BucketGranularity in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type Aggregator.BucketGranularityModifier and TypeMethodDescriptionAggregator<T,R> InMemAggregator.bucketAuto(Expr groupBy, int numBuckets, Map<String, Expr> output, Aggregator.BucketGranularity granularity)