Package | Description |
---|---|
com.macrofocus.molap.aggregates |
Provides the necessary classes and interfaces for aggregating data.
|
com.macrofocus.molap.aggregates.query |
Provides the necessary classes and interfaces for performing queries.
|
com.macrofocus.molap.dataframe |
Provides the necessary classes and interfaces for dealing with indexed table structures.
|
Modifier and Type | Method and Description |
---|---|
AggregateDataFrame<C> |
AggregateDataFrame.drillDown(C... columns)
Returns a new data frame that group the rows by values of the specified columns.
|
AggregateDataFrame<C> |
AggregateDataFrame.drillUp()
Returns a new data frame with the last group by level removed, i.e.
|
AggregateDataFrame<C> |
AggregateDataFrame.on(Cuboid... cuboids)
Combine the values from multiple cuboids into that data frame.
|
AggregateDataFrame<C> |
AggregateDataFrame.order(Aggregation... aggregations)
Returns a new data frame that change the order of the groups according to the
specified aggregation methods.
|
AggregateDataFrame<C> |
AggregateDataFrame.pivot(Aggregation aggregation)
Returns a new data frame that pivot the specified aggregation method into column values.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryDataFrame<C> |
Modifier and Type | Method and Description |
---|---|
AggregateDataFrame<C> |
QueryDataFrame.drillDown(C... columns) |
AggregateDataFrame<C> |
QueryDataFrame.drillUp() |
AggregateDataFrame<C> |
QueryDataFrame.on(Cuboid... cuboids) |
AggregateDataFrame<C> |
QueryDataFrame.order(Aggregation... aggregations) |
AggregateDataFrame<C> |
QueryDataFrame.pivot(Aggregation aggregation) |
Modifier and Type | Method and Description |
---|---|
AggregateDataFrame<C> |
AbstractDataFrame.aggregate(Aggregation... aggregations) |
AggregateDataFrame<Column> |
DataFrame.aggregate(Aggregation... aggregation)
Returns a new data frame suitable for data aggregation.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.