Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
aggregate_evaluate_stateful
Method · 0.45
get_result_column
Method · 0.45
evaluate_stateful
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected