Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a function name is valid to use as an aggregation function.
Syntax
private boolean isValidAggregationFunction(str functionName)
Run On
Client
Parameters
- functionName
Type: str
The name of the function to check.
Return Value
Type: boolean
true if the function name is valid; otherwise, false.