(mut self, division_operator: BinaryOperator)
| 1190 | } |
| 1191 | |
| 1192 | pub fn with_division_operator(mut self, division_operator: BinaryOperator) -> Self { |
| 1193 | self.division_operator = division_operator; |
| 1194 | self |
| 1195 | } |
| 1196 | |
| 1197 | pub fn with_window_func_support_window_frame( |
| 1198 | mut self, |
no outgoing calls