Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ get_window_meta
Method
get_window_meta
datafusion/sql/src/expr/mod.rs:1437–1439 ·
view source on GitHub ↗
(&self, _name: &str)
Source
from the content-addressed store, hash-verified
1435
}
1436
1437
fn get_window_meta(&self, _name: &str) -> Option<Arc<WindowUDF>> {
1438
None
1439
}
1440
1441
fn udf_names(&self) -> Vec<String> {
1442
Vec::new()
Callers
1
find_window_func
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected