Module datafusion::functions_aggregate::first_last
source · Expand description
Defines the FIRST_VALUE/LAST_VALUE aggregations.
Structs§
- TO BE DEPRECATED: Builtin FIRST_VALUE physical aggregate expression will be replaced by udf in the future
- TO BE DEPRECATED: Builtin LAST_VALUE physical aggregate expression will be replaced by udf in the future
Functions§
- Returns the first value in a group of values.
- AggregateFunction that returns a AggregateUDF for [$UDAF]