From 5d1f36872bf3830e9475769143ee542a103e06f2 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Thu, 7 May 2020 02:51:41 +0300 Subject: [PATCH] Fixed style --- src/Functions/MultiMatchAllIndicesImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Functions/MultiMatchAllIndicesImpl.h b/src/Functions/MultiMatchAllIndicesImpl.h index 305d973ae1a..f0a94ed5eed 100644 --- a/src/Functions/MultiMatchAllIndicesImpl.h +++ b/src/Functions/MultiMatchAllIndicesImpl.h @@ -24,6 +24,7 @@ namespace ErrorCodes { extern const int HYPERSCAN_CANNOT_SCAN_TEXT; extern const int CANNOT_ALLOCATE_MEMORY; + extern const int NOT_IMPLEMENTED; extern const int TOO_MANY_BYTES; }