ClickHouse/dbms/src/DataTypes
Alexey Milovidov c846d0f6af Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*.*$/}/'
2019-06-13 13:43:37 +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 changes on return type of linearRegression 2019-05-27 23:14:23 +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
DataTypeCustom.h Namespace comments are unneeded according to the code style. 2019-06-13 13:37:13 +03:00
DataTypeCustomIPv4AndIPv6.cpp Namespace comments are unneeded according to the code style. 2019-06-13 13:43:37 +03:00
DataTypeCustomSimpleAggregateFunction.cpp refactor to avoid dynamic_cast in data type serialization 2019-04-08 15:39:42 +02:00
DataTypeCustomSimpleAggregateFunction.h refactor to avoid dynamic_cast in data type serialization 2019-04-08 15:39:42 +02:00
DataTypeCustomSimpleTextSerialization.cpp Namespace comments are unneeded according to the code style. 2019-06-13 13:43:37 +03:00
DataTypeCustomSimpleTextSerialization.h Namespace comments are unneeded according to the code style. 2019-06-13 13:37:13 +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
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 refactor to avoid dynamic_cast in data type serialization 2019-04-08 15:39:42 +02:00
DataTypeFactory.h refactor to avoid dynamic_cast in data type serialization 2019-04-08 15:39:42 +02: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 actualize isNumber for Decimal 2019-05-24 15:11:03 +03:00
DataTypeLowCardinality.h Implement support of nested messages in Protobuf output format. 2019-02-27 14:37:17 +03:00
DataTypeLowCardinalityHelpers.cpp Fix gcc9 warnings and ICE's 2019-05-31 11:55:01 +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 Fix typo in a Decimal exception 2019-06-08 19:56:45 +03:00
DataTypesDecimal.h Fixed linking with lld 2019-05-30 11:23:20 +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 Fixed linking with lld 2019-05-30 11:23:20 +03: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 refactor to avoid dynamic_cast in data type serialization 2019-04-08 15:39:42 +02:00
IDataType.h actualize isNumber for Decimal 2019-05-24 15:11:03 +03:00
IDataTypeDummy.h Added [[noreturn]] attributes for functions that throw unconditionally 2019-04-10 23:27:14 +03:00
Native.h DEVTOOLS-5170 Delete Y_IGNORE markers (#5533) 2019-06-05 14:52:39 +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