Returns the [`FieldRef`]s corresponding to the input expressions to the user-defined window function.
(&self)
| 58 | /// Returns the [`FieldRef`]s corresponding to the input expressions |
| 59 | /// to the user-defined window function. |
| 60 | pub fn input_fields(&self) -> &'a [FieldRef] { |
| 61 | self.input_fields |
| 62 | } |
| 63 | } |
no outgoing calls