ClickHouse/dbms/src/DataTypes
alexey-milovidov 8a251753be
Merge pull request #4056 from 4ertus2/ast
Helpers for ASTIdentifier (based on 'QueryNormalizer refactoring' changes)
2019-01-15 00:22:54 +03:00
..
tests Added some warnings from clang's -Weverything 2019-01-04 16:54:39 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
DataTypeAggregateFunction.cpp helpers for ASTIdentifier (hide semantic and casts) 2019-01-14 21:15:04 +03:00
DataTypeAggregateFunction.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeArray.cpp Addition to Amos Bird changes #3920 2019-01-08 13:07:33 +03:00
DataTypeArray.h refactoring: class DataTypeWithSimpleSerialization [CLICKHOUSE-2] 2018-09-18 16:31:51 +03:00
DataTypeDate.cpp refactoring: class DataTypeWithSimpleSerialization [CLICKHOUSE-2] 2018-09-18 16:31:51 +03:00
DataTypeDate.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeDateTime.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
DataTypeDateTime.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeEnum.cpp Little better #3624 2018-11-20 23:09:20 +03:00
DataTypeEnum.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypeFactory.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +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 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
DataTypeFixedString.h Fix functions with low cardinality argumant and array result. 2018-11-23 19:09:07 +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 Introduce quarter interval kind as 3 months (in preparation for #3705) 2018-12-18 16:16:48 +03:00
DataTypeInterval.h Added some warnings from clang's -Weverything 2019-01-05 06:33:22 +03:00
DataTypeLowCardinality.cpp Fix macos build 2019-01-14 14:53:22 +03:00
DataTypeLowCardinality.h Support insertion into LowCardinality from old native clients. 2018-12-06 17:08:42 +03:00
DataTypeLowCardinalityHelpers.cpp Remove LowCardinality from NativeBlockOutputStream types for old clients. 2018-12-10 15:09:37 +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 More style checks [#CLICKHOUSE-3] 2018-11-24 04:48:06 +03:00
DataTypeNullable.h Fix functions with low cardinality argumant and array result. 2018-11-23 18:59:45 +03:00
DataTypeNumberBase.cpp Little better #3624 2018-11-20 23:09:20 +03:00
DataTypeNumberBase.h Fix functions with low cardinality argumant and array result. 2018-11-23 19:09:07 +03:00
DataTypesDecimal.cpp More style checks [#CLICKHOUSE-3] 2018-11-24 04:48:06 +03:00
DataTypesDecimal.h Added some warnings from clang's -Weverything 2019-01-04 17:14:48 +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 Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
DataTypeString.h Fix functions with low cardinality argumant and array result. 2018-11-23 19:09:07 +03:00
DataTypeTuple.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
DataTypeTuple.h Fix test with names tuples. 2018-09-20 20:36:16 +03:00
DataTypeUUID.cpp Merge branch 'master' of github.com:yandex/ClickHouse 2018-09-20 23:21:37 +03:00
DataTypeUUID.h Less dependencies [#CLICKHOUSE-2] 2018-09-20 23:21:29 +03:00
DataTypeWithSimpleSerialization.h add comment 2018-09-18 19:29:44 +03:00
FieldToDataType.cpp Full support for Decimal #3721 2018-12-19 05:43:09 +03:00
FieldToDataType.h decimal field visitors CLICKHOUSE-3765 2018-08-23 22:11:31 +03:00
getLeastSupertype.cpp supertypes for decimal and ints [issue-3218] 2018-09-26 17:59:23 +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 branch 'feature/roundDown-function' of https://github.com/persiyanov/ClickHouse into persiyanov-feature/roundDown-function 2018-12-19 03:29:21 +03:00
IDataTypeDummy.h refactoring: class DataTypeWithSimpleSerialization [CLICKHOUSE-2] 2018-09-18 16:31:51 +03:00
Native.h CLICKHOUSE-3800: Improve cache and turn on compilation by default 2018-09-07 23:17:40 +03:00
NestedUtils.cpp Add coments and fix compression for nested types 2018-12-25 13:04:38 +03:00
NestedUtils.h Add coments and fix compression for nested types 2018-12-25 13:04:38 +03:00
NumberTraits.h Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00