MCPcopy Create free account
hub / github.com/apache/datafusion / reverse_udf

Method reverse_udf

datafusion/expr/src/udaf.rs:294–296  ·  view source on GitHub ↗

Reserves the `AggregateUDF` (e.g. returns the `AggregateUDF` that will generate same result with this `AggregateUDF` when iterated in reverse order, and `None` if there is no such `AggregateUDF`).

(&self)

Source from the content-addressed store, hash-verified

292 /// generate same result with this `AggregateUDF` when iterated in reverse
293 /// order, and `None` if there is no such `AggregateUDF`).
294 pub fn reverse_udf(&self) -> ReversedUDAF {
295 self.inner.reverse_expr()
296 }
297
298 /// Returns this aggregate function's simplification hook, if any.
299 ///

Callers 1

reverse_exprMethod · 0.80

Calls 1

reverse_exprMethod · 0.45

Tested by

no test coverage detected