ClickHouse/dbms/src/DataTypes
alexey-milovidov a26e6935da
Merge pull request #3123 from Enmk/Issue_2093_Support_arbitrary_type_for_ranges_in_range_hashed_dictionary
Added support of int-based types: Int\UInt(8,16,32), Date, DateTime f…
2018-09-14 22:10:13 +03:00
..
tests Enabling -Wzero-as-null-pointer-constant [#CLICKHOUSE-2] 2018-08-26 04:56:34 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
DataTypeAggregateFunction.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
DataTypeAggregateFunction.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeArray.cpp Mergred with master 2018-07-20 14:08:54 +03:00
DataTypeArray.h CAST for decimal [CLICKHOUSE-3905] 2018-08-31 11:59:21 +03:00
DataTypeDate.cpp Passing settings to ser/de of data types: development #1710 2018-06-08 04:51:55 +03:00
DataTypeDate.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeDateTime.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
DataTypeDateTime.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeEnum.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
DataTypeEnum.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +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 Addition to prev. revision [#CLICKHOUSE-2] 2018-09-02 07:36:32 +03:00
DataTypeFixedString.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeFunction.cpp Miscellaneous #3018 2018-09-02 04:54:24 +03:00
DataTypeFunction.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeInterval.cpp Better implementation for IDataType::equals method #1650 2017-12-23 04:05:29 +03:00
DataTypeInterval.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeNothing.cpp Better implementation for IDataType::equals method #1650 2017-12-23 04:05:29 +03:00
DataTypeNothing.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeNullable.cpp Merged with master. 2018-06-26 17:41:29 +03:00
DataTypeNullable.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeNumberBase.cpp Addition to prev. revision [#CLICKHOUSE-2] 2018-09-02 07:36:32 +03:00
DataTypeNumberBase.h add static asserts for decimal [CLICKHOUSE-3765] 2018-09-12 20:50:51 +03:00
DataTypesDecimal.cpp decimal_check_overflow [CLICKHOUSE-3765] 2018-09-04 18:04:23 +03:00
DataTypesDecimal.h add static asserts for decimal [CLICKHOUSE-3765] 2018-09-12 20:50:51 +03:00
DataTypeSet.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +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 Decimal round functions [CLICKHOUSE-3765] 2018-09-10 16:52:18 +03:00
DataTypeString.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
DataTypeString.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeTuple.cpp Less compiler warnings. 2018-08-09 13:52:54 +03:00
DataTypeTuple.h CAST for decimal [CLICKHOUSE-3905] 2018-08-31 11:59:21 +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 refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeWithDictionary.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +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 supertypes for Decimals [CLICKHOUSE-3765] 2018-09-06 13:48:54 +03:00
getLeastSupertype.h renamed getLeastCommonType => getLeastSupertype; getMostCommonType => getMostSubtype [#CLICKHOUSE-3504] 2018-01-11 21:47:02 +03:00
getMostSubtype.cpp refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +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 pull request #3123 from Enmk/Issue_2093_Support_arbitrary_type_for_ranges_in_range_hashed_dictionary 2018-09-14 22:10:13 +03:00
IDataTypeDummy.h Passing settings to ser/de of data types: development #1710 2018-06-08 04:51:55 +03:00
Native.h CLICKHOUSE-3800: Improve cache and turn on compilation by default 2018-09-07 23:17:40 +03:00
NestedUtils.cpp Fixed build [#CLICKHOUSE-3692] 2018-09-13 01:44:42 +03:00
NestedUtils.h Validate sizes of arrays - elements of Nested data structures [#CLICKHOUSE-3692] 2018-09-13 00:08:55 +03:00
NumberTraits.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-25 07:01:46 +03:00