ClickHouse/dbms/src/Functions/GatherUtils
2019-05-02 00:43:05 +03:00
..
Algorithms.h Simplified expression (suggested by PVS-Studio) 2019-04-10 23:05:25 +03:00
ArraySinkVisitor.h added ArraySourceVisitor and ArraySinkVisitor [#CLICKHOUSE-2998] 2018-01-18 18:50:35 +03:00
ArraySourceVisitor.h added ArraySourceVisitor and ArraySinkVisitor [#CLICKHOUSE-2998] 2018-01-18 18:50:35 +03:00
concat.cpp added ValueSourceVisitor, simplified concat for multiple arguments [#CLICKHOUSE-2998] 2018-01-19 16:48:18 +03:00
createArraySink.cpp Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
createArraySource.cpp added push to GatherUtils [#CLICKHOUSE-2998] 2018-01-19 22:32:01 +03:00
createValueSource.cpp added push to GatherUtils [#CLICKHOUSE-2998] 2018-01-19 22:32:01 +03:00
GatherUtils.h Every function in its own file, part 3 2018-09-10 03:51:08 +03:00
has.cpp moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504] 2018-01-10 21:59:48 +03:00
IArraySink.h Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
IArraySource.h Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
IValueSource.h Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
push.cpp added function arrayResize [#CLICKHOUSE-2998] 2018-01-19 22:32:06 +03:00
resizeConstantSize.cpp added function arrayResize [#CLICKHOUSE-2998] 2018-01-19 22:32:06 +03:00
resizeDynamicSize.cpp added function arrayResize [#CLICKHOUSE-2998] 2018-01-19 22:32:06 +03:00
Selectors.h Removed bad and useless code in ColumnsDescription 2019-05-02 00:43:05 +03:00
Sinks.h Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
sliceDynamicOffsetBounded.cpp moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504] 2018-01-10 21:59:48 +03:00
sliceDynamicOffsetUnbounded.cpp moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504] 2018-01-10 21:59:48 +03:00
sliceFromLeftConstantOffsetBounded.cpp moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504] 2018-01-10 21:59:48 +03:00
sliceFromLeftConstantOffsetUnbounded.cpp moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504] 2018-01-10 21:59:48 +03:00
sliceFromRightConstantOffsetBounded.cpp moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504] 2018-01-10 21:59:48 +03:00
sliceFromRightConstantOffsetUnbounded.cpp moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504] 2018-01-10 21:59:48 +03:00
Slices.h added ValueSourceVisitor, simplified concat for multiple arguments [#CLICKHOUSE-2998] 2018-01-19 16:48:18 +03:00
Sources.h More tests 2019-04-12 03:52:24 +03:00
ValueSourceVisitor.h added ValueSourceVisitor, simplified concat for multiple arguments [#CLICKHOUSE-2998] 2018-01-19 16:48:18 +03:00