ClickHouse/dbms/src/DataTypes
alexey-milovidov fd5ab9ed2e
Merge pull request #4055 from yandex/fix-group-by-array-low-cardibality-arguments
Fix group by array low cardinality arguments
2019-01-29 21:32:45 +03:00
..
tests Fix build without protobuf, gtest, cppkafka (#4152) 2019-01-25 23:02:03 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
DataTypeAggregateFunction.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeAggregateFunction.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeArray.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeArray.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeDate.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeDate.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeDateTime.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeDateTime.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeEnum.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeEnum.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +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 Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeFixedString.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +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 Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeLowCardinality.h Added tests. Restored recursiveRemoveLowCardinality interface. 2019-01-29 18:44:02 +03:00
DataTypeLowCardinalityHelpers.cpp Added tests. Restored recursiveRemoveLowCardinality interface. 2019-01-29 18:44:02 +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 Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeNullable.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeNumberBase.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeNumberBase.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypesDecimal.cpp rename widen to promote for IDataType 2019-01-25 15:16:23 +01:00
DataTypesDecimal.h rename widen to promote for IDataType 2019-01-25 15:16:23 +01: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 pull request #4005 from vitlibar/add-protobuf-output-format 2019-01-24 22:05:23 +03:00
DataTypeString.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeTuple.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeTuple.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeUUID.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeUUID.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +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 rename widen to promote for IDataType 2019-01-25 15:16:23 +01:00
IDataType.h IDataType.h: remove trailing whitespace 2019-01-25 15:42:44 +01:00
IDataTypeDummy.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +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 dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00