ClickHouse/dbms/src/Functions/GatherUtils
Amos Bird 3cf2177268 Flexible fields assignment
Field f;

before:

f = Int64(-42);

after:

f = -42;
2018-10-24 08:47:33 +08:00
..
Algorithms.h Flexible fields assignment 2018-10-24 08:47:33 +08: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 Immutable construction for columns 2018-03-20 22:45:10 +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 added ArraySourceVisitor and ArraySinkVisitor [#CLICKHOUSE-2998] 2018-01-18 18:50:35 +03:00
IArraySource.h added ArraySourceVisitor and ArraySinkVisitor [#CLICKHOUSE-2998] 2018-01-18 18:50:35 +03:00
IValueSource.h added push to GatherUtils [#CLICKHOUSE-2998] 2018-01-19 22:32:01 +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 added push to GatherUtils [#CLICKHOUSE-2998] 2018-01-19 22:32:01 +03:00
Sinks.h added push to GatherUtils [#CLICKHOUSE-2998] 2018-01-19 22:32:01 +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 fix build [#CLICKHOUSE-2998] 2018-01-22 13:18:55 +03:00
ValueSourceVisitor.h added ValueSourceVisitor, simplified concat for multiple arguments [#CLICKHOUSE-2998] 2018-01-19 16:48:18 +03:00