ClickHouse/src/DataTypes
2021-01-24 22:54:08 +08:00
..
tests remove other stringstreams 2020-11-09 22:12:44 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
convertMySQLDataType.cpp Update convertMySQLDataType.cpp 2020-09-19 19:31:08 +03:00
convertMySQLDataType.h MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +03:00
DataTypeAggregateFunction.cpp Merge remote-tracking branch 'upstream/master' 2020-12-06 20:48:47 +08:00
DataTypeAggregateFunction.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeArray.cpp Update DataTypeArray.cpp 2021-01-16 18:29:43 +03:00
DataTypeArray.h improvements in subcolumns reading 2020-12-17 20:10:33 +03:00
DataTypeCustom_fwd.h implement nested with multiple nesting 2020-11-10 15:13:33 +03:00
DataTypeCustom.h add some comments 2021-01-11 14:36: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 Add tuple argument support for argMin and argMax 2021-01-21 16:47:51 +05:00
DataTypeCustomSimpleAggregateFunction.h Add -SimpleState combinator 2020-12-11 11:43:56 +08:00
DataTypeCustomSimpleTextSerialization.cpp rename function name 2020-12-02 17:00:27 +08: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 Added OutputFormat setting date_time_output_format 2020-10-13 13:59:43 +03:00
DataTypeDateTime64.h Fixed comparison of DateTime4 with different scales 2020-11-12 23:32:16 +03:00
DataTypeDateTime.cpp Added OutputFormat setting date_time_output_format 2020-10-13 13:59:43 +03:00
DataTypeDateTime.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DataTypeDecimalBase.cpp Fixed comparison of DateTime4 with different scales 2020-11-12 23:32:16 +03:00
DataTypeDecimalBase.h Fixed bug: casting to a derived rather than base type. 2020-11-15 22:11:43 +03:00
DataTypeEnum.cpp rename function name 2020-12-02 17:00:27 +08:00
DataTypeEnum.h Add a comment 2020-11-11 14:01:46 +03:00
DataTypeFactory.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-17 20:43:23 +03:00
DataTypeFactory.h Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-17 20:43:23 +03:00
DataTypeFixedString.cpp better 2020-12-23 01:04:02 +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 minor changes 2021-01-13 02:20:32 +03:00
DataTypeLowCardinality.h implement nested with multiple nesting 2020-11-21 20:27:42 +03:00
DataTypeLowCardinalityHelpers.cpp Fix tests. 2020-10-22 12:47:24 +03:00
DataTypeMap.cpp support 'keys' and 'values' subcolumns in type Map 2021-01-19 14:05:21 +03:00
DataTypeMap.h support 'keys' and 'values' subcolumns in type Map 2021-01-19 14:05:21 +03:00
DataTypeNested.cpp implement nested with multiple nesting 2020-11-21 20:27:42 +03:00
DataTypeNested.h implement nested with multiple nesting 2020-11-21 20:27:42 +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 remote-tracking branch 'upstream/master' into HEAD 2020-12-25 21:25:59 +03:00
DataTypeNullable.h improvements in subcolumns reading 2020-12-17 20:10:33 +03:00
DataTypeNumberBase.cpp Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
DataTypeNumberBase.h Fix bad formatting of IPv4 addresses 2021-01-21 03:24:44 +03:00
DataTypeOneElementTuple.cpp add some comments 2021-01-11 14:36:31 +03:00
DataTypeOneElementTuple.h add some comments 2021-01-11 14:36:31 +03:00
DataTypesDecimal.cpp remove more stringstreams 2020-11-10 21:22:26 +03:00
DataTypesDecimal.h Added tryParseDecimal functions 2020-12-15 21:54:16 +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 rename function name 2020-12-02 17:00:27 +08:00
DataTypeString.h Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
DataTypeTuple.cpp improvements in subcolumns reading 2020-12-17 20:10:33 +03:00
DataTypeTuple.h improvements in subcolumns reading 2020-12-17 20:10:33 +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 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 fix enum int keycondition 2020-12-18 16:10:54 +08: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 Update IDataType.cpp 2021-01-02 00:16:13 +03:00
IDataType.h enable length for map, which returns keys number in map 2021-01-24 22:54:08 +08: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 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 typos reported by codespell 2020-10-27 12:04:03 +01:00
registerDataTypeDateTime.cpp ISSUES-4006 try fix build failure 2020-08-21 13:09:41 +08:00
ya.make Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-17 20:43:23 +03:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00