Description
In PR https://github.com/apache/spark/pull/26712 , we have introduced expressionWithAlias function in FunctionRegistry.scala which forwards function name submitted at runtime.
This Jira is to use expressionWithAlias for remaining functions for which alias name can be used. Remaining functions are:
Average, First, Last, ApproximatePercentile, StddevSamp, VarianceSamp
Attachments
Issue Links
- links to