This commit is contained in:
Raúl Marín 2024-11-04 20:24:06 +01:00
parent 389fdd80d3
commit 19422e75b0

View File

@ -6,6 +6,12 @@
namespace DB
{
namespace ErrorCode
{
extern const int LOGICAL_ERROR;
}
void RewriteArrayExistsFunctionMatcher::visit(ASTPtr & ast, Data & data)
{
if (auto * func = ast->as<ASTFunction>())