| Package | Description |
|---|---|
| de.caluga.morphium.aggregation | |
| de.caluga.morphium.driver.inmem |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator.BucketGranularity |
Aggregator.BucketGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregator.BucketGranularity[] |
Aggregator.BucketGranularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Aggregator<T,R> |
AggregatorImpl.bucketAuto(Expr groupBy,
int numBuckets,
Map<String,Expr> output,
Aggregator.BucketGranularity granularity) |
Aggregator<T,R> |
Aggregator.bucketAuto(Expr groupBy,
int numBuckets,
Map<String,Expr> output,
Aggregator.BucketGranularity granularity) |
| Modifier and Type | Method and Description |
|---|---|
Aggregator<T,R> |
InMemAggregator.bucketAuto(Expr groupBy,
int numBuckets,
Map<String,Expr> output,
Aggregator.BucketGranularity granularity) |
Copyright © 2022. All rights reserved.