.. |
tests
|
renamed getLeastCommonType => getLeastSupertype; getMostCommonType => getMostSubtype [#CLICKHOUSE-3504]
|
2018-01-11 21:47:02 +03:00 |
CMakeLists.txt
|
Debian: simpler package (#662)
|
2017-04-10 20:43:30 +03:00 |
DataTypeAggregateFunction.cpp
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeAggregateFunction.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeArray.cpp
|
Unification of Nested: development [#CLICKHOUSE-2].
|
2018-01-02 12:11:13 +03:00 |
DataTypeArray.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeDate.cpp
|
Changed DayNum_t to DayNum as Amos Bird suggested [#CLICKHOUSE-3]
|
2018-05-25 16:29:15 +03:00 |
DataTypeDate.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeDateTime.cpp
|
Allow to parse DateTime as unix timestamp without single quotes in Values format #1850
|
2018-02-06 23:10:49 +03:00 |
DataTypeDateTime.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeEnum.cpp
|
Miscellaneous [#CLICKHOUSE-3559]
|
2018-02-05 21:25:35 +03:00 |
DataTypeEnum.h
|
Header in every stream: development [#CLICKHOUSE-2]
|
2018-02-18 04:20:29 +03:00 |
DataTypeFactory.cpp
|
minor fixes
|
2018-04-16 18:11:13 +03:00 |
DataTypeFactory.h
|
Make DataTypes totally immutable [#CLICKHOUSE-2].
|
2017-12-18 04:11:48 +03:00 |
DataTypeFixedString.cpp
|
Propagate a CSV delimiter to non-basic DataTypes
|
2018-04-22 20:30:07 +03:00 |
DataTypeFixedString.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeFunction.cpp
|
removed prerequisites [#CLICKHOUSE-3550]
|
2018-02-08 20:18:52 +03:00 |
DataTypeFunction.h
|
removed prerequisites [#CLICKHOUSE-3550]
|
2018-02-08 20:18:52 +03:00 |
DataTypeInterval.cpp
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeInterval.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeNothing.cpp
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeNothing.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeNullable.cpp
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeNullable.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeNumberBase.cpp
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-25 07:01:46 +03:00 |
DataTypeNumberBase.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
DataTypeSet.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypesNumber.cpp
|
Merging [#CLICKHOUSE-3114]
|
2017-12-28 07:28:05 +03:00 |
DataTypesNumber.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeString.cpp
|
Propagate a CSV delimiter to non-basic DataTypes
|
2018-04-22 20:30:07 +03:00 |
DataTypeString.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeTuple.cpp
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-05-16 03:34:56 +03:00 |
DataTypeTuple.h
|
Added support for named tuples in function tupleElement [#CLICKHOUSE-2].
|
2017-12-24 12:34:40 +03:00 |
DataTypeUUID.cpp
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
DataTypeUUID.h
|
Better implementation for IDataType::equals method #1650
|
2017-12-23 04:05:29 +03:00 |
FieldToDataType.cpp
|
Fixed bad code #1947
|
2018-02-28 07:30:27 +03:00 |
FieldToDataType.h
|
Fixed bad code #1947
|
2018-02-28 07:30:27 +03:00 |
FormatSettingsJSON.h
|
added FormatSettingsJSON.h
|
2017-07-09 20:16:26 +03:00 |
getLeastSupertype.cpp
|
renamed getLeastCommonType => getLeastSupertype; getMostCommonType => getMostSubtype [#CLICKHOUSE-3504]
|
2018-01-11 21:47:02 +03:00 |
getLeastSupertype.h
|
renamed getLeastCommonType => getLeastSupertype; getMostCommonType => getMostSubtype [#CLICKHOUSE-3504]
|
2018-01-11 21:47:02 +03:00 |
getMostSubtype.cpp
|
Update getMostSubtype.cpp
|
2018-01-19 22:01:22 +03:00 |
getMostSubtype.h
|
Update getMostSubtype.h
|
2018-01-19 22:08:39 +03:00 |
IDataType.cpp
|
Fixed code #2272
|
2018-05-06 14:29:17 +03:00 |
IDataType.h
|
Make Enum comparable again [#CLICKHOUSE-3560].
|
2018-02-05 21:39:45 +03:00 |
IDataTypeDummy.h
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-14 06:56:56 +03:00 |
Native.h
|
Implement jit for comparisons, except for (double, int).
|
2018-05-10 17:03:18 +03:00 |
NestedUtils.cpp
|
Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749)
|
2018-01-15 22:07:47 +03:00 |
NestedUtils.h
|
Unification of Nested: development [#CLICKHOUSE-2].
|
2018-01-02 12:11:13 +03:00 |
NumberTraits.h
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-25 07:01:46 +03:00 |