Is function node window function
| 148 | |
| 149 | /// Is function node window function |
| 150 | bool isWindowFunction() const { return hasWindow(); } |
| 151 | |
| 152 | /// Is function node aggregate function |
| 153 | bool isAggregateFunction() const { return kind == FunctionKind::AGGREGATE; } |
no outgoing calls
no test coverage detected