ClickHouse/dbms/src/DataTypes
Nikolai Kochetov 5bd46508e8 Fix comments.
2019-03-29 18:07:53 +03:00
..
tests Build fixes (freebsd) (#4696) 2019-03-14 23:52:10 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
DataTypeAggregateFunction.cpp More reverts 2019-03-15 20:09:14 +03:00
DataTypeAggregateFunction.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeArray.cpp Attempt to read the code #4475 2019-03-06 00:53:16 +03:00
DataTypeArray.h Attempt to read the code #4475 2019-03-06 00:53:16 +03:00
DataTypeDate.cpp Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeDate.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeDateTime.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
DataTypeDateTime.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeDomainIPv4AndIPv6.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeDomainWithSimpleSerialization.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeDomainWithSimpleSerialization.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeEnum.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
DataTypeEnum.h A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
DataTypeFactory.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
DataTypeFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
DataTypeFixedString.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
DataTypeFixedString.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeFunction.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeFunction.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +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 IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeLowCardinality.cpp Fix comments. 2019-03-29 18:07:53 +03:00
DataTypeLowCardinality.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeLowCardinalityHelpers.cpp Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
DataTypeNothing.cpp IDataType::[de]serializeBinaryBulk() functions, "limit" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
DataTypeNothing.h IDataType::[de]serializeBinaryBulk() functions, "limit" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
DataTypeNullable.cpp Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeNullable.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeNumberBase.cpp Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeNumberBase.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypesDecimal.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
DataTypesDecimal.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeSet.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypesNumber.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
DataTypesNumber.h rename widen to promote for IDataType 2019-01-25 15:16:23 +01:00
DataTypeString.cpp Merge branch 'master' of github.com:yandex/ClickHouse into data-type-string-remove-asm 2019-03-08 15:56:15 +03:00
DataTypeString.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeTuple.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
DataTypeTuple.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeUUID.cpp Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeUUID.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeWithSimpleSerialization.h add comment 2018-09-18 19:29:44 +03:00
FieldToDataType.cpp Updated FieldVisitor. 2019-02-11 18:46:19 +03:00
FieldToDataType.h Updated FieldVisitor. 2019-02-11 18:46:19 +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 IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
IDataType.h Arcadia fix 2019-03-05 20:51:31 +03:00
IDataTypeDomain.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
IDataTypeDummy.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
Native.h Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
NestedUtils.cpp Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
NestedUtils.h store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +03:00
NumberTraits.h dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00