public static class TableGroup.AggSpec extends Object
| Constructor and Description | 
|---|
AggSpec(String expr,
       Aggregator aggregator,
       String outName)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Aggregator | 
getAggregator()
Returns the aggregation method. 
 | 
String | 
getExpression()
Returns an expression giving the quantity to be aggregated. 
 | 
String | 
getOutputName()
Returns the output column name, if specified. 
 | 
public AggSpec(String expr, Aggregator aggregator, String outName)
expr - expression giving quantity to be aggregatedaggregator - aggregation methodoutName - output column name, or null for defaultpublic String getExpression()
public Aggregator getAggregator()
public String getOutputName()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.