|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AggregationPath | |
|---|---|
| com.google.visualization.datasource.query.engine | |
| Uses of AggregationPath in com.google.visualization.datasource.query.engine |
|---|
| Methods in com.google.visualization.datasource.query.engine that return AggregationPath | |
|---|---|
AggregationPath |
TableAggregator.getRowPath(TableRow row,
DataTable table,
int depth)
Creates a path for the aggregation tree defined by a table row. |
| Methods in com.google.visualization.datasource.query.engine that return types with arguments of type AggregationPath | |
|---|---|
java.util.Set<AggregationPath> |
AggregationTree.getPathsToLeaves()
Returns a set containing a path for each leaf in the tree. |
java.util.Set<AggregationPath> |
TableAggregator.getPathsToLeaves()
Returns a set containing the paths to all the leaves in the tree. |
| Methods in com.google.visualization.datasource.query.engine with parameters of type AggregationPath | |
|---|---|
void |
AggregationTree.aggregate(AggregationPath path,
java.util.Map<java.lang.String,Value> valuesToAggregate)
Aggregates values to all the nodes on a path. |
Value |
TableAggregator.getAggregationValue(AggregationPath path,
java.lang.String columnId,
AggregationType type)
Returns the aggregation value of a specific column and type. |
AggregationNode |
AggregationTree.getNode(AggregationPath path)
Returns the aggregation node at the end of a path. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||