Get query tree node type name
| 96 | |
| 97 | /// Get query tree node type name |
| 98 | const char * getNodeTypeName() const |
| 99 | { |
| 100 | return toString(getNodeType()); |
| 101 | } |
| 102 | |
| 103 | /** Get result type of query tree node that can be used as part of expression. |
| 104 | * If node does not support this method exception is thrown. |
no test coverage detected