public class AggregateManager
extends java.lang.Object
Aggregate
s.Constructor and Description |
---|
AggregateManager(Context context)
Creates a new AggregateManager.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleans up the aggregates that were used.
|
void |
createForColumn(Column col)
Creates the aggregate for the specified column.
|
Aggregate |
getForColumn(Column col)
Gets the aggregate for the specified column.
|
public AggregateManager(Context context)
context
- The context for creating the reportpublic void createForColumn(Column col)
col
- The aggregate for the specified columnpublic Aggregate getForColumn(Column col)
col
- The columnnull
if no aggregate is available for the
specified columnpublic void cleanup()
Copyright © 2010 - 2020 Adobe. All Rights Reserved