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

Class HigherOrderFunction

datafusion/expr/src/expr.rs:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436/// Invoke a [`HigherOrderUDF`] with a set of arguments
437#[derive(Clone, Eq, PartialOrd, Debug)]
438pub struct HigherOrderFunction {
439 /// The function
440 pub func: Arc<HigherOrderUDF>,
441 /// List of expressions to feed to the functions as arguments
442 pub args: Vec<Expr>,
443}
444
445impl HigherOrderFunction {
446 /// Create a new `HigherOrderFunction` from a [`HigherOrderUDF`]

Callers 8

map_childrenMethod · 0.85
run_any_matchFunction · 0.85
run_any_match_divFunction · 0.85
eval_hof_on_i32_listFunction · 0.85
sql_function_to_exprMethod · 0.85
f_upMethod · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…