Package | Description |
---|---|
com.splunk |
Modifier and Type | Method and Description |
---|---|
StatsFunction |
PivotCellValue.getStatsFunction() |
StatsFunction |
LimitPivotFilter.getStatsFunction() |
static StatsFunction |
StatsFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsFunction[] |
StatsFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PivotSpecification |
PivotSpecification.addCellValue(String field,
String label,
StatsFunction statsFunction)
Add an aggregate to each cell of the pivot.
|
PivotSpecification |
PivotSpecification.addFilter(String field,
String sortAttribute,
SortDirection sortDirection,
int limit,
StatsFunction statsFunction)
Add a filter that limits the number of values of an aggregated field that will be allowed
into the pivot.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.