Aggregates
, Aggregator
, ArcDef
, Archive
, CDef
, DataProcessor
, Def
, FetchData
, PDef
, PercentileDef
, SDef
, Source
public interface ConsolFuns
Modifier and Type | Field | Description |
---|---|---|
static String |
CF_AVERAGE |
Constant to represent AVERAGE consolidation function
|
static String |
CF_FIRST |
Constant to represent FIRST consolidation function
|
static String |
CF_LAST |
Constant to represent LAST consolidation function
|
static String |
CF_MAX |
Constant to represent MAX consolidation function
|
static String |
CF_MIN |
Constant to represent MIN consolidation function
|
static String |
CF_TOTAL |
Constant to represent TOTAL consolidation function
|
static final String CF_AVERAGE
static final String CF_MIN
static final String CF_MAX
static final String CF_LAST
static final String CF_FIRST
static final String CF_TOTAL