ClickHouse/dbms/src/DataTypes
2018-08-23 22:11:31 +03:00
..
tests Fix build. 2018-08-13 20:52:57 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
DataTypeAggregateFunction.cpp Add output_format_json_escape_slashes setting - controls escaping slashes for string outputs in JSON output format. 2018-08-08 02:35:32 +03:00
DataTypeAggregateFunction.h Passing settings to ser/de of data types: development #1710 2018-06-08 04:51:55 +03:00
DataTypeArray.cpp Mergred with master 2018-07-20 14:08:54 +03:00
DataTypeArray.h Merged with master. 2018-06-26 17:41:29 +03:00
DataTypeDate.cpp Passing settings to ser/de of data types: development #1710 2018-06-08 04:51:55 +03:00
DataTypeDate.h types convertion via helpers CLICKHOUSE-3765 2018-08-20 18:17:55 +03:00
DataTypeDateTime.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
DataTypeDateTime.h types convertion via helpers CLICKHOUSE-3765 2018-08-20 18:17:55 +03:00
DataTypeEnum.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
DataTypeEnum.h types convertion via helpers CLICKHOUSE-3765 2018-08-20 18:17:55 +03:00
DataTypeFactory.cpp merge master 2018-08-14 15:50:28 +03:00
DataTypeFactory.h CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions 2018-07-25 19:08:23 +03:00
DataTypeFixedString.cpp Add output_format_json_escape_slashes setting - controls escaping slashes for string outputs in JSON output format. 2018-08-08 02:35:32 +03:00
DataTypeFixedString.h types convertion via helpers CLICKHOUSE-3765 2018-08-20 18:17:55 +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 Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +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 Merged with master. 2018-06-26 17:41:29 +03:00
DataTypeNullable.h Merged with master. 2018-06-26 17:41:29 +03:00
DataTypeNumberBase.cpp Fixed monotonic constraints for unsigned integer types. 2018-07-06 18:55:26 +03:00
DataTypeNumberBase.h types convertion via helpers CLICKHOUSE-3765 2018-08-20 18:17:55 +03:00
DataTypesDecimal.cpp decimal field visitors CLICKHOUSE-3765 2018-08-23 22:11:31 +03:00
DataTypesDecimal.h decimal field visitors CLICKHOUSE-3765 2018-08-23 22:11:31 +03:00
DataTypeSet.h Better implementation for IDataType::equals method #1650 2017-12-23 04:05:29 +03:00
DataTypesNumber.cpp CLICKHOUSE-3772: Fixes in system tables formats, data_type_families, aggregate_function_combinators 2018-07-23 19:10:57 +03:00
DataTypesNumber.h Better implementation for IDataType::equals method #1650 2017-12-23 04:05:29 +03:00
DataTypeString.cpp Add output_format_json_escape_slashes setting - controls escaping slashes for string outputs in JSON output format. 2018-08-08 02:35:32 +03:00
DataTypeString.h types convertion via helpers CLICKHOUSE-3765 2018-08-20 18:17:55 +03:00
DataTypeTuple.cpp Less compiler warnings. 2018-08-09 13:52:54 +03:00
DataTypeTuple.h Merged with master. 2018-06-26 17:41:29 +03:00
DataTypeUUID.cpp Passing settings to ser/de of data types: development #1710 2018-06-08 04:51:55 +03:00
DataTypeUUID.h types convertion via helpers CLICKHOUSE-3765 2018-08-20 18:17:55 +03:00
DataTypeWithDictionary.cpp Force update dictionary when seek to new granule. #2896 2018-08-21 17:05:50 +03:00
DataTypeWithDictionary.h Renamed WithDictionary(Type) to LowCardinality(Type) and added TypeWithDictionary alias. 2018-08-07 22:31:41 +03:00
FieldToDataType.cpp decimal field visitors CLICKHOUSE-3765 2018-08-23 22:11:31 +03:00
FieldToDataType.h decimal field visitors CLICKHOUSE-3765 2018-08-23 22:11:31 +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 Merged with master. 2018-05-21 14:38:50 +03:00
IDataType.h Merge branch 'master' into decimal 2018-08-21 21:55:36 +03:00
IDataTypeDummy.h Passing settings to ser/de of data types: development #1710 2018-06-08 04:51:55 +03:00
Native.h Add // Y_IGNORE tags 2018-06-21 18:24:36 +03:00
NestedUtils.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
NestedUtils.h Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
NumberTraits.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-25 07:01:46 +03:00