ClickHouse/src/Functions/GatherUtils
Azat Khuzhin e8f5cd3c68 Add separate option to omit symbols from heavy contrib
Sometimes it is useful to build contrib with debug symbols for further
debugging.

With everything turned ON (i.e. debug build) I got 3.3GB vs 3.0GB w/o
this patch, 9% bloat, thoughts about this is this OK or not for you, if
not STRIP_DEBUG_SYMBOLS_HEAVY_CONTRIB can be OFF by default (regardless
of build type).

P.S. aws debug symbols adds just 1.7%.
v2: rename STRIP_HEAVY_DEBUG_SYMBOLS
v3: OMIT_HEAVY_DEBUG_SYMBOLS
v4: documentation had been removed
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-02 06:32:03 +03:00
..
Algorithms.h Merge branch 'master' into fix-substring-negative-offset-length 2022-05-07 10:30:39 +00:00
ArraySinkVisitor.h Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
ArraySourceVisitor.h Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
CMakeLists.txt Add separate option to omit symbols from heavy contrib 2022-07-02 06:32:03 +03:00
concat.cpp
createArraySink.cpp Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
createArraySource.cpp Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
createValueSource.cpp Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
ends_with.cpp Add startsWith & endsWith for array 2022-02-07 16:36:49 +08:00
GatherUtils.h Apply suggestions from code review 2022-02-16 20:58:43 +08:00
has_all.cpp
has_any.cpp
has_substr.cpp
IArraySink.h
IArraySource.h
IValueSource.h
push.cpp
resizeConstantSize.cpp
resizeDynamicSize.cpp
Selectors.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
Sinks.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
sliceDynamicOffsetBounded.cpp
sliceDynamicOffsetUnbounded.cpp
sliceEqualElements.h Moving sliceHasImplAnyAll and sliceEqualElements to separate header files to avoid SIMD instructions bloat in Algorithms.h 2021-12-13 17:57:28 +01:00
sliceFromLeftConstantOffsetBounded.cpp
sliceFromLeftConstantOffsetUnbounded.cpp
sliceFromLeftDynamicLength.cpp Make "left" and "right" real functions 2022-01-05 05:32:40 +03:00
sliceFromRightConstantOffsetBounded.cpp
sliceFromRightConstantOffsetUnbounded.cpp
sliceFromRightDynamicLength.cpp Make "left" and "right" real functions 2022-01-05 05:32:40 +03:00
sliceHasImplAnyAll.h Fix performance tests 2022-05-25 11:49:59 +02:00
Slices.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
Sources.h Use C++14 aliases for some type traits 2022-03-11 15:54:29 +01:00
starts_with.cpp Add startsWith & endsWith for array 2022-02-07 16:36:49 +08:00
ValueSourceVisitor.h Fix strange code in TypeList 2021-11-25 23:55:02 +03:00