mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
fix build
This commit is contained in:
parent
dcaa80c90d
commit
c5e866cd75
@ -11,7 +11,7 @@ namespace DB
|
||||
class ParserWithElement : public IParserBase
|
||||
{
|
||||
public:
|
||||
ParserWithElement(bool with_recursive_ = false) : with_recursive(with_recursive_) {}
|
||||
explicit ParserWithElement(bool with_recursive_ = false) : with_recursive(with_recursive_) {}
|
||||
protected:
|
||||
const char * getName() const override { return "WITH element"; }
|
||||
bool parseImpl(Pos & pos, ASTPtr & node, Expected & expected) override;
|
||||
|
Loading…
Reference in New Issue
Block a user