- Enclosing interface:
AggregateFormulaContext
public static interface AggregateFormulaContext.Builder
A builder for the AggregateFormulaContext.
-
Method Summary
Modifier and TypeMethodDescriptionaggregateFunctions(Set<String> count) Override the default set of aggregation functions.build()Build the AggregateFormulaContext.concatFunctions(Set<String> concat) Override the default set of concat functions.countFunctions(Set<String> count) Override the default set of count functions.
-
Method Details
-
aggregateFunctions
Override the default set of aggregation functions. -
concatFunctions
Override the default set of concat functions. -
countFunctions
Override the default set of count functions. -
build
AggregateFormulaContext build()Build the AggregateFormulaContext.
-