.. |
examples
|
|
|
Serializations
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-01-21 20:11:18 +03:00 |
tests
|
fix test
|
2021-12-16 16:44:55 +03:00 |
CMakeLists.txt
|
|
|
convertMySQLDataType.cpp
|
to #15182_MaterializeMySQL_support_bit_type
|
2021-12-17 15:03:24 +08:00 |
convertMySQLDataType.h
|
return fake create query when executing show create table on system's tables. (#31391)
|
2021-11-19 13:25:55 +03:00 |
DataTypeAggregateFunction.cpp
|
Fix possible crash in DataTypeAggregateFunction (#32287)
|
2021-12-06 19:47:30 +03:00 |
DataTypeAggregateFunction.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-08 18:26:19 +03:00 |
DataTypeArray.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeArray.h
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeCustom.h
|
|
|
DataTypeCustomGeo.cpp
|
|
|
DataTypeCustomGeo.h
|
|
|
DataTypeCustomIPv4AndIPv6.cpp
|
|
|
DataTypeCustomSimpleAggregateFunction.cpp
|
Reduce dependencies on ASTSelectWithUnionQuery.h
|
2021-11-26 19:27:16 +01:00 |
DataTypeCustomSimpleAggregateFunction.h
|
|
|
DataTypeDate32.cpp
|
|
|
DataTypeDate32.h
|
Move code around to avoid dlsym on Musl
|
2021-12-24 12:25:27 +03:00 |
DataTypeDate.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDate.h
|
|
|
DataTypeDateTime64.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDateTime64.h
|
|
|
DataTypeDateTime.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDateTime.h
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDecimalBase.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDecimalBase.h
|
Fixed build
|
2022-01-20 17:08:55 +00:00 |
DataTypeDomainBool.cpp
|
support bool type
|
2021-11-04 16:39:36 +08:00 |
DataTypeEnum.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeEnum.h
|
Special case of conversion code for types with custom serialization/deserialization
|
2021-09-21 15:34:06 +03:00 |
DataTypeFactory.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-17 19:02:29 +03:00 |
DataTypeFactory.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-17 19:02:29 +03:00 |
DataTypeFixedString.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeFixedString.h
|
Merge branch 'master' into fix_IP_conversion
|
2021-11-09 12:11:54 +00:00 |
DataTypeFunction.cpp
|
|
|
DataTypeFunction.h
|
|
|
DataTypeInterval.cpp
|
|
|
DataTypeInterval.h
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
DataTypeLowCardinality.cpp
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
DataTypeLowCardinality.h
|
Merge branch 'master' into sparse-serialization
|
2021-11-02 06:26:18 +03:00 |
DataTypeLowCardinalityHelpers.cpp
|
Fix build error
|
2021-03-12 16:08:16 +08:00 |
DataTypeMap.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeMap.h
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeNested.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeNested.h
|
|
|
DataTypeNothing.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeNothing.h
|
|
|
DataTypeNullable.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeNullable.h
|
Fixes
|
2021-12-01 21:34:32 +00:00 |
DataTypeNumberBase.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeNumberBase.h
|
Fixed build
|
2022-01-20 17:08:55 +00:00 |
DataTypeObject.cpp
|
|
|
DataTypeObject.h
|
|
|
DataTypesDecimal.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypesDecimal.h
|
TypeId name fix
|
2022-01-20 13:51:00 +00:00 |
DataTypeSet.h
|
|
|
DataTypesNumber.cpp
|
to #15182_MaterializeMySQL_support_bit_type
|
2021-12-17 15:03:24 +08:00 |
DataTypesNumber.h
|
Fixed tests
|
2022-01-16 11:45:36 +00:00 |
DataTypeString.cpp
|
MaterializedMySQL support VARBINARY type
|
2021-12-03 15:08:03 +08:00 |
DataTypeString.h
|
Merge branch 'master' into fix_IP_conversion
|
2021-11-09 12:11:54 +00:00 |
DataTypeTuple.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-01 15:49:02 +03:00 |
DataTypeTuple.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-01 15:49:02 +03:00 |
DataTypeUUID.cpp
|
|
|
DataTypeUUID.h
|
Special case of conversion code for types with custom serialization/deserialization
|
2021-09-21 15:34:06 +03:00 |
EnumValues.cpp
|
Add CapnProto output format, refactor CapnProto input format
|
2021-10-14 16:43:22 +03:00 |
EnumValues.h
|
Add CapnProto output format, refactor CapnProto input format
|
2021-10-14 16:43:22 +03:00 |
FieldToDataType.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-01-21 20:11:18 +03:00 |
FieldToDataType.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-01-21 20:11:18 +03:00 |
getLeastSupertype.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-01-21 20:11:18 +03:00 |
getLeastSupertype.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-01-21 20:11:18 +03:00 |
getMostSubtype.cpp
|
|
|
getMostSubtype.h
|
|
|
hasNullable.cpp
|
Correctly prevent nullable primary keys if necessary.
|
2021-12-27 17:32:37 +08:00 |
hasNullable.h
|
Correctly prevent nullable primary keys if necessary.
|
2021-12-27 17:32:37 +08:00 |
IDataType.cpp
|
fix nested
|
2021-11-01 05:13:07 +03:00 |
IDataType.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-01-21 20:11:18 +03:00 |
IDataTypeDummy.h
|
|
|
Native.h
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
NestedUtils.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-17 19:02:29 +03:00 |
NestedUtils.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-14 18:58:17 +03:00 |
NumberTraits.h
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
ObjectUtils.cpp
|
support nested in json type (wip)
|
2022-01-21 17:58:21 +03:00 |
ObjectUtils.h
|
support nested in json type (wip)
|
2022-01-21 17:58:21 +03:00 |
registerDataTypeDateTime.cpp
|
Simplifying exception messages
|
2021-09-11 00:40:18 +02:00 |
TimezoneMixin.h
|
Move code around to avoid dlsym on Musl
|
2021-12-24 12:25:27 +03:00 |