ClickHouse/src/DataTypes
2021-04-30 11:25:52 +03:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
Serializations Merge branch 'master' into explain-output 2021-04-19 17:40:27 +03:00
tests move to examples everywhere 2021-04-27 01:51:42 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
convertMySQLDataType.cpp Minor changes in Decimal 2021-02-20 21:13:36 +03:00
convertMySQLDataType.h MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +03:00
DataTypeAggregateFunction.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeAggregateFunction.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeArray.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeArray.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeCustom.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeCustomGeo.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-13 01:41:26 +03:00
DataTypeCustomGeo.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-13 01:41:26 +03:00
DataTypeCustomIPv4AndIPv6.cpp refactoring of serializations 2021-03-09 20:02:26 +03:00
DataTypeCustomSimpleAggregateFunction.cpp Revert #17359 2021-04-21 00:22:29 +03:00
DataTypeCustomSimpleAggregateFunction.h Add -SimpleState combinator 2020-12-11 11:43:56 +08:00
DataTypeDate.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeDate.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeDateTime64.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeDateTime64.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-25 15:57:35 +03:00
DataTypeDateTime.cpp fix build 2021-03-25 17:18:29 +03:00
DataTypeDateTime.h Keep default timezone on DateTime operations if it was not provided explicitly #4854 2021-04-21 00:08:06 +03:00
DataTypeDecimalBase.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DataTypeDecimalBase.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DataTypeEnum.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-25 15:57:35 +03:00
DataTypeEnum.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeFactory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DataTypeFactory.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeFixedString.cpp refactoring of serializations 2021-03-09 20:02:26 +03:00
DataTypeFixedString.h return back data types 2021-03-09 17:10:28 +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 return back data types 2021-03-09 17:10:28 +03:00
DataTypeLowCardinality.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeLowCardinalityHelpers.cpp Fix tests. 2020-10-22 12:47:24 +03:00
DataTypeMap.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-13 01:41:26 +03:00
DataTypeMap.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-13 01:41:26 +03:00
DataTypeNested.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeNested.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeNothing.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeNothing.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeNullable.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeNullable.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeNumberBase.cpp prevent accidental reinterpret_cast in Field::get<> 2021-03-22 23:23:44 +03:00
DataTypeNumberBase.h return back data types 2021-03-09 17:10:28 +03:00
DataTypesDecimal.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypesDecimal.h return back data types 2021-03-09 17:10:28 +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 return back data types 2021-03-09 17:10:28 +03:00
DataTypeString.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeString.h return back data types 2021-03-09 17:10:28 +03:00
DataTypeTuple.cpp refactoring of serializations 2021-03-09 20:02:26 +03:00
DataTypeTuple.h refactoring of serializations 2021-03-09 20:02:26 +03:00
DataTypeUUID.cpp return back data types 2021-03-09 17:10:28 +03:00
DataTypeUUID.h return back data types 2021-03-09 17:10:28 +03:00
EnumValues.cpp return back data types 2021-03-09 17:10:28 +03:00
EnumValues.h return back data types 2021-03-09 17:10:28 +03:00
FieldToDataType.cpp minor fixes and comments added 2020-12-16 01:22:21 +03:00
FieldToDataType.h Add new DataType Map(key,value) 2020-10-14 14:35:14 +08:00
getLeastSupertype.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-02-24 19:45:38 +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 refactoring of serializations 2021-03-09 20:02:26 +03:00
IDataType.h Fixed tests 2021-04-22 00:19:01 +03:00
IDataTypeDummy.h return back data types 2021-03-09 17:10:28 +03:00
Native.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
NestedUtils.cpp fix nested and subcolumns 2020-12-07 22:02:26 +03:00
NestedUtils.h fix nested and subcolumns 2020-12-07 22:02:26 +03:00
NumberTraits.h Fix tests 2021-02-04 19:36:31 +03:00
registerDataTypeDateTime.cpp ISSUES-4006 try fix build failure 2020-08-21 13:09:41 +08:00
ya.make fix arcadia build 2021-03-13 03:01:06 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00