Returns `true` when `IGNORE NULLS` is specified, otherwise returns `false`.
(&self)
| 83 | /// Returns `true` when `IGNORE NULLS` is specified, otherwise |
| 84 | /// returns `false`. |
| 85 | pub fn ignore_nulls(&self) -> bool { |
| 86 | self.ignore_nulls |
| 87 | } |
| 88 | } |
no outgoing calls
no test coverage detected