mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix parameter's name.
This commit is contained in:
parent
1904e4c6bf
commit
1f446f78b5
@ -91,7 +91,7 @@ public:
|
|||||||
|
|
||||||
String getID(char) const override;
|
String getID(char) const override;
|
||||||
ASTPtr clone() const override;
|
ASTPtr clone() const override;
|
||||||
void formatQueryImpl(const FormatSettings & format, FormatState &, FormatStateStacked) const override;
|
void formatQueryImpl(const FormatSettings & fs, FormatState &, FormatStateStacked) const override;
|
||||||
ASTPtr getRewrittenASTWithoutOnCluster(const WithoutOnClusterASTRewriteParams &) const override;
|
ASTPtr getRewrittenASTWithoutOnCluster(const WithoutOnClusterASTRewriteParams &) const override;
|
||||||
QueryKind getQueryKind() const override;
|
QueryKind getQueryKind() const override;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user