ClickHouse/src/DataTypes
Nikita Mikhaylov f0a65522cc
Merge pull request #14333 from hczhcz/patch-0901
Add JSONStrings formats
2020-09-10 17:54:42 +04:00
..
tests MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
convertMySQLDataType.cpp MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +03:00
convertMySQLDataType.h MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +03:00
DataTypeAggregateFunction.cpp Better way of implementation 2020-06-14 20:42:11 +03:00
DataTypeAggregateFunction.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeArray.cpp Checkpoint 2020-04-22 08:39:31 +03:00
DataTypeArray.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeCustom.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeCustomGeo.cpp another removes 2020-07-30 13:31:14 +03:00
DataTypeCustomIPv4AndIPv6.cpp another removes 2020-07-30 13:31:14 +03:00
DataTypeCustomSimpleAggregateFunction.cpp another removes 2020-07-30 13:31:14 +03:00
DataTypeCustomSimpleAggregateFunction.h Fix half of typos 2020-08-08 03:47:03 +03:00
DataTypeCustomSimpleTextSerialization.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeCustomSimpleTextSerialization.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeDate.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeDate.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeDateTime64.cpp ISSUES-4006 add factor with DateTime type 2020-08-15 21:29:24 +08:00
DataTypeDateTime64.h Fix half of typos 2020-08-08 03:47:03 +03:00
DataTypeDateTime.cpp ISSUES-4006 add factor with DateTime type 2020-08-15 21:29:24 +08:00
DataTypeDateTime.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeDecimalBase.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
DataTypeDecimalBase.h Fix bug in Decimal scale (#14603) 2020-09-09 16:18:58 +03:00
DataTypeEnum.cpp Add setting allow_non_metadata_alters 2020-07-21 17:05:30 +03:00
DataTypeEnum.h ISSUES-4006 fix cmake 2020-08-04 10:31:25 +08:00
DataTypeFactory.cpp ISSUES-4006 remove unused code 2020-08-15 21:43:44 +08:00
DataTypeFactory.h ISSUES-4006 remove unused code 2020-08-15 21:43:44 +08:00
DataTypeFixedString.cpp another removes 2020-07-30 13:31:14 +03:00
DataTypeFixedString.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeFunction.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeFunction.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeInterval.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeInterval.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeLowCardinality.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
DataTypeLowCardinality.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeLowCardinalityHelpers.cpp Checkpoint 2020-04-22 08:39:31 +03:00
DataTypeNothing.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeNothing.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeNullable.cpp Merge pull request #14333 from hczhcz/patch-0901 2020-09-10 17:54:42 +04:00
DataTypeNullable.h Implement null_as_default for JSONStrings formats 2020-09-09 15:47:32 +08:00
DataTypeNumberBase.cpp Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
DataTypeNumberBase.h Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
DataTypesDecimal.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
DataTypesDecimal.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
DataTypeSet.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypesNumber.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
DataTypesNumber.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
DataTypeString.cpp another removes 2020-07-30 13:31:14 +03:00
DataTypeString.h Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
DataTypeTuple.cpp Get rid of annoying trailing whitespaces in CREATE query 2020-06-02 00:11:08 +03:00
DataTypeTuple.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeUUID.cpp Fix test 2020-06-14 07:35:50 +03:00
DataTypeUUID.h Fix test 2020-06-14 07:35:50 +03:00
DataTypeWithSimpleSerialization.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FieldToDataType.cpp Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
FieldToDataType.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
getLeastSupertype.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
getLeastSupertype.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getMostSubtype.cpp Checkpoint 2020-04-22 08:39:31 +03:00
getMostSubtype.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IDataType.cpp another removes 2020-07-30 13:31:14 +03:00
IDataType.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
IDataTypeDummy.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Native.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
NestedUtils.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
NestedUtils.h done 2020-07-06 17:33:31 +03:00
NumberTraits.h Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
registerDataTypeDateTime.cpp ISSUES-4006 try fix build failure 2020-08-21 13:09:41 +08:00
ya.make Fix "Arcadia" 2020-09-08 01:14:13 +03:00
ya.make.in Fix "Arcadia" 2020-09-08 01:14:13 +03:00