Package | Description |
---|---|
com.macrofocus.molap.aggregates |
Provides the necessary classes and interfaces for aggregating data.
|
com.macrofocus.molap.aggregates.aggregation |
Provides the necessary classes and interfaces for defining how the data should be aggregated.
|
com.macrofocus.molap.aggregates.cube |
Provides the necessary classes and interfaces for dealing with multidimensional cubes.
|
com.macrofocus.molap.aggregates.cuboid |
Provides the necessary classes and interfaces for dealing with cuboids.
|
com.macrofocus.molap.aggregates.query |
Provides the necessary classes and interfaces for performing queries.
|
Modifier and Type | Method and Description |
---|---|
Cuboid |
AggregateDataFrame.getCuboid()
Returns the cuboid used to aggregate the values.
|
Modifier and Type | Method and Description |
---|---|
AggregateDataFrame<C> |
AggregateDataFrame.on(Cuboid... cuboids)
Combine the values from multiple cuboids into that data frame.
|
Modifier and Type | Method and Description |
---|---|
Object |
Aggregation.compute(Cuboid cuboid,
Group group) |
Object |
CountAggregation.compute(Cuboid cuboid,
Group group) |
Object |
CountDistinctAggregation.compute(Cuboid cuboid,
Group group) |
Object |
MaxAggregation.compute(Cuboid cuboid,
Group group) |
Object |
MeanAggregation.compute(Cuboid cuboid,
Group group) |
Object |
MinAggregation.compute(Cuboid cuboid,
Group group) |
Object |
StdDevAggregation.compute(Cuboid cuboid,
Group group) |
Object |
SumAggregation.compute(Cuboid cuboid,
Group group) |
Object |
VarianceAggregation.compute(Cuboid cuboid,
Group group) |
Modifier and Type | Method and Description |
---|---|
Cuboid |
Cube.getApexCuboid() |
Cuboid |
InMemoryCube.getApexCuboid() |
Cuboid |
Cube.getChildCuboid(Cuboid cuboid) |
Cuboid |
InMemoryCube.getChildCuboid(Cuboid cuboid) |
Cuboid |
Cube.getCuboid(Dimensions dimensions,
Dice dice,
Structure structure) |
Cuboid |
InMemoryCube.getCuboid(Dimensions dimensions,
Dice dice,
Structure structure) |
Modifier and Type | Method and Description |
---|---|
Cuboid |
Cube.getChildCuboid(Cuboid cuboid) |
Cuboid |
InMemoryCube.getChildCuboid(Cuboid cuboid) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCuboid |
class |
ApexCuboid
The top-most cuboid, which holds the highest-level of summarization.
|
class |
DrilledCuboid
A child cuboid, in principle ultimately rooted on an
ApexCuboid . |
Modifier and Type | Method and Description |
---|---|
Cuboid |
ApexCuboid.collapse() |
Cuboid |
Cuboid.collapse() |
Cuboid |
DrilledCuboid.collapse() |
Cuboid |
ApexCuboid.dice(Set<Object> valuesSets) |
Cuboid |
Cuboid.dice(Set<Object> valuesSets)
Filter on multiple values.
|
Cuboid |
DrilledCuboid.dice(Set<Object> valuesSets) |
Cuboid |
ApexCuboid.drillDown(Object... columns) |
Cuboid |
Cuboid.drillDown(Object... columns)
Add one level to the group by.
|
Cuboid |
DrilledCuboid.drillDown(Object... columns) |
Cuboid |
ApexCuboid.drillUp() |
Cuboid |
Cuboid.drillUp()
Remove the last level from the group by.
|
Cuboid |
DrilledCuboid.drillUp() |
Cuboid |
ApexCuboid.slice(Object values) |
Cuboid |
Cuboid.slice(Object value)
Filter on a single single values.
|
Cuboid |
DrilledCuboid.slice(Object value) |
Constructor and Description |
---|
DrilledCuboid(Cube cube,
Cuboid parent,
Dimensions dimensions,
Dice dice,
Structure structure) |
Modifier and Type | Method and Description |
---|---|
Cuboid |
CuboidQuery.DrillDownOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.DrillUpOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.SliceOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.DiceOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.CollapseOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.getCuboid() |
Cuboid |
CuboidsQuery.getCuboid() |
Cuboid |
OrderQuery.getCuboid() |
Cuboid |
PivotQuery.getCuboid() |
Cuboid |
Query.getCuboid() |
Cuboid |
QueryDataFrame.getCuboid() |
Modifier and Type | Method and Description |
---|---|
Cuboid |
CuboidQuery.DrillDownOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.DrillUpOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.SliceOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.DiceOperation.get(Cuboid cuboid) |
Cuboid |
CuboidQuery.CollapseOperation.get(Cuboid cuboid) |
Query |
AbstractQuery.on(Cuboid... cuboids) |
Query |
Query.on(Cuboid... cuboids) |
AggregateDataFrame<C> |
QueryDataFrame.on(Cuboid... cuboids) |
Constructor and Description |
---|
CuboidQuery(Cuboid cuboid,
Aggregation... aggregations) |
CuboidsQuery(Cuboid[] cuboids,
Aggregation... aggregations) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.