Returns the expressions passed as arguments to the user-defined window function.
(&self)
| 52 | /// Returns the expressions passed as arguments to the user-defined |
| 53 | /// window function. |
| 54 | pub fn input_exprs(&self) -> &'a [Arc<dyn PhysicalExpr>] { |
| 55 | self.input_exprs |
| 56 | } |
| 57 | |
| 58 | /// Returns the [`FieldRef`]s corresponding to the input expressions |
| 59 | /// to the user-defined window function. |
no outgoing calls
no test coverage detected