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

Function print_window_docs

datafusion/core/src/bin/print_functions_docs.rs:82–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82fn print_window_docs() -> Result<String> {
83 let mut providers: Vec<Box<dyn DocProvider>> = vec![];
84
85 for f in SessionStateDefaults::default_window_functions() {
86 providers.push(Box::new(f.as_ref().clone()));
87 }
88
89 print_docs(providers, window_doc_sections::doc_sections())
90}
91
92#[expect(clippy::needless_pass_by_value)]
93fn print_docs(

Callers 1

mainFunction · 0.85

Calls 6

newFunction · 0.85
print_docsFunction · 0.85
doc_sectionsFunction · 0.50
pushMethod · 0.45
cloneMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…