Fix build

This commit is contained in:
Yarik Briukhovetskyi 2024-11-20 20:22:36 +01:00 committed by GitHub
parent e81c5171b7
commit fedbdaa29c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ class ASTFunction;
* After applying visitor:
* SELECT number + 1 FROM system.numbers LIMIT 10;
*/
class UserDefinedSQLFunctionVisitor : WithContext
class UserDefinedSQLFunctionVisitor
{
public:
static void visit(ASTPtr & ast, ContextPtr context_);