return the list of function rewrites in this analyzer
(&self)
| 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 |
no outgoing calls
no test coverage detected