fix build

This commit is contained in:
Han Fei 2024-09-18 08:53:49 +00:00
parent dcaa80c90d
commit c5e866cd75

View File

@ -11,7 +11,7 @@ namespace DB
class ParserWithElement : public IParserBase class ParserWithElement : public IParserBase
{ {
public: public:
ParserWithElement(bool with_recursive_ = false) : with_recursive(with_recursive_) {} explicit ParserWithElement(bool with_recursive_ = false) : with_recursive(with_recursive_) {}
protected: protected:
const char * getName() const override { return "WITH element"; } const char * getName() const override { return "WITH element"; }
bool parseImpl(Pos & pos, ASTPtr & node, Expected & expected) override; bool parseImpl(Pos & pos, ASTPtr & node, Expected & expected) override;