Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidAggregateFunctions = map[string]struct{}{
"average": {},
"avg": {},
"max": {},
"min": {},
"sum": {},
"first": {},
"last": {},
}
The set of valid aggregation methods for consolidateBy function.
Functions ¶
func GetOrder ¶
func GetOrder() interfaces.Order
func New ¶
func New(configFile string) []interfaces.FunctionMetadata
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.