Package | Description |
---|---|
com.macrofocus.molap.adapter |
Provides the necessary classes and interfaces for adapting with third-party libraries.
|
com.macrofocus.molap.aggregates.cube |
Provides the necessary classes and interfaces for dealing with multidimensional cubes.
|
com.macrofocus.molap.aggregates.query |
Provides the necessary classes and interfaces for performing queries.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregatesTableModel.setQuery(Query query) |
Constructor and Description |
---|
AggregatesTableModel(Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
Cube.query(Aggregation... aggregations) |
Query |
InMemoryCube.query(Aggregation... aggregations) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuery |
class |
CuboidQuery |
class |
CuboidsQuery |
class |
OrderQuery |
class |
PivotQuery |
Modifier and Type | Method and Description |
---|---|
Query |
AbstractQuery.collapse() |
Query |
Query.collapse() |
Query |
AbstractQuery.dice(Set<Object> valuesSets) |
Query |
Query.dice(Set<Object> valuesSets) |
Query |
Query.drillDown(Object... columns) |
Query |
AbstractQuery.drillUp() |
Query |
Query.drillUp() |
Query |
AbstractQuery.on(Cuboid... cuboids) |
Query |
Query.on(Cuboid... cuboids) |
Query |
AbstractQuery.order(Aggregation... aggregations) |
Query |
Query.order(Aggregation... aggregations) |
Query |
AbstractQuery.pivot(Aggregation aggregation) |
Query |
Query.pivot(Aggregation aggregation) |
Query |
AbstractQuery.pivot(Aggregation aggregation,
Object[] columns) |
Query |
Query.pivot(Aggregation aggregation,
Object[] values) |
Query |
AbstractQuery.slice(Object value) |
Query |
Query.slice(Object value) |
Constructor and Description |
---|
CuboidQuery(Query query,
com.macrofocus.molap.aggregates.query.CuboidQuery.Operation operation,
Aggregation... aggregations) |
OrderQuery(Query query,
Aggregation[] aggregations) |
PivotQuery(Query query,
Aggregation aggregation) |
PivotQuery(Query query,
Aggregation aggregation,
Object[] columns) |
QueryDataFrame(Query query,
boolean includeIndex) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.