mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
fix build
This commit is contained in:
parent
dcaa80c90d
commit
c5e866cd75
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user