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

Method input_exprs

datafusion/functions-window-common/src/expr.rs:54–56  ·  view source on GitHub ↗

Returns the expressions passed as arguments to the user-defined window function.

(&self)

Source from the content-addressed store, hash-verified

52 /// Returns the expressions passed as arguments to the user-defined
53 /// window function.
54 pub fn input_exprs(&self) -> &'a [Arc<dyn PhysicalExpr>] {
55 self.input_exprs
56 }
57
58 /// Returns the [`FieldRef`]s corresponding to the input expressions
59 /// to the user-defined window function.

Callers 5

try_fromMethod · 0.45
partition_evaluatorMethod · 0.45
partition_evaluatorMethod · 0.45
expressionsMethod · 0.45
partition_evaluatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected