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

Method function_rewrites

datafusion/optimizer/src/analyzer/mod.rs:112–114  ·  view source on GitHub ↗

return the list of function rewrites in this analyzer

(&self)

Source from the content-addressed store, hash-verified

110
111 /// return the list of function rewrites in this analyzer
112 pub fn function_rewrites(&self) -> &[Arc<dyn FunctionRewrite + Send + Sync>] {
113 &self.function_rewrites
114 }
115
116 /// Analyze the logical plan by applying analyzer rules, and
117 /// do necessary check and fail the invalid plans

Callers 1

create_physical_exprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected