| 97 | bool getKeyIdNullSafe(size_t key_index) const; |
| 98 | const ConstASTPtr & getFilter() const { return filter; } |
| 99 | bool isHasUsing() const { return has_using; } |
| 100 | void resetUsing() |
| 101 | { |
| 102 | has_using = false; |
no outgoing calls
no test coverage detected