Return if the aggregation is nullable
(&self)
| 697 | |
| 698 | /// Return if the aggregation is nullable |
| 699 | pub fn is_nullable(&self) -> bool { |
| 700 | self.is_nullable |
| 701 | } |
| 702 | |
| 703 | /// the field of the final result of this aggregation. |
| 704 | pub fn field(&self) -> FieldRef { |
no outgoing calls
no test coverage detected