the field of the final result of this aggregation.
(&self)
| 702 | |
| 703 | /// the field of the final result of this aggregation. |
| 704 | pub fn field(&self) -> FieldRef { |
| 705 | self.return_field |
| 706 | .as_ref() |
| 707 | .clone() |
| 708 | .with_name(&self.name) |
| 709 | .into() |
| 710 | } |
| 711 | |
| 712 | /// the accumulator used to accumulate values from the expressions. |
| 713 | /// the accumulator expects the same number of arguments as `expressions` and must |
no test coverage detected