ClickHouse/dbms/src/DataTypes
2019-06-14 19:28:25 +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 new 2019-05-19 00:07:23 +03:00
DataTypeAggregateFunction.h merge 2019-06-04 21:08:08 +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 Merge branch 'prepared_statements' of https://github.com/sanych73/ClickHouse into sanych73-prepared_statements 2019-06-14 19:28:25 +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 Merge branch 'prepared_statements' of https://github.com/sanych73/ClickHouse into sanych73-prepared_statements 2019-06-14 19:28:25 +03:00
DataTypeCustomSimpleTextSerialization.h Merge branch 'prepared_statements' of https://github.com/sanych73/ClickHouse into sanych73-prepared_statements 2019-06-14 19:28:25 +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 new 2019-05-19 00:07:23 +03:00
DataTypeEnum.h new 2019-05-19 00:07:23 +03: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 new 2019-05-19 00:07:23 +03:00
DataTypeFixedString.h new 2019-05-19 00:07:23 +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 new 2019-05-19 00:07:23 +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 new 2019-05-19 00:07:23 +03:00
DataTypeNullable.h new 2019-05-19 00:07:23 +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 float to decimal overflow fix 2019-06-13 23:28:14 +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 new 2019-05-19 00:07:23 +03:00
DataTypeString.h new 2019-05-19 00:07:23 +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 new 2019-05-19 00:07:23 +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 new 2019-05-19 00:07:23 +03:00
IDataType.h merge 2019-05-26 01:45:15 +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