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

Method field

datafusion/physical-expr/src/window/standard.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 }
98
99 fn field(&self) -> Result<FieldRef> {
100 self.expr.field()
101 }
102
103 fn expressions(&self) -> Vec<Arc<dyn PhysicalExpr>> {
104 self.expr.expressions()

Callers 3

get_result_columnMethod · 0.45
evaluate_statefulMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected