@@ -54,6 +54,7 @@ namespace usql {
NodeType node_type;
explicit Node(const NodeType type) : node_type(type) {}
virtual ~Node() = default;
};
The note is not visible to the blocked user.