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

Method input_fields

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

Returns the [`FieldRef`]s corresponding to the input expressions to the user-defined window function.

(&self)

Source from the content-addressed store, hash-verified

58 /// Returns the [`FieldRef`]s corresponding to the input expressions
59 /// to the user-defined window function.
60 pub fn input_fields(&self) -> &'a [FieldRef] {
61 self.input_fields
62 }
63}

Callers 7

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

Calls

no outgoing calls

Tested by 1

partition_evaluatorMethod · 0.36