.. |
examples
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
fuzzers
|
Limit memory in fuzzers
|
2023-03-19 06:17:55 +01:00 |
Serializations
|
Implement endianness-independent serialization for UUID
|
2023-06-02 19:36:37 +00:00 |
tests
|
Clean up GCC warning pragmas
|
2023-04-11 18:21:08 +00:00 |
CMakeLists.txt
|
Add data type fuzzer
|
2023-03-17 04:44:14 +01:00 |
convertMySQLDataType.cpp
|
Add Decimal256 to a lot of places
|
2023-03-14 22:10:52 +01: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
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypeAggregateFunction.h
|
Cleanup code
|
2022-12-02 19:15:26 +00:00 |
DataTypeArray.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypeArray.h
|
support Object type inside other types
|
2022-05-06 14:44:00 +00:00 |
DataTypeCustom.h
|
Atempt to avoid including Decimal.h all over the code
|
2023-03-22 02:33:10 +01: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 |
DataTypeCustomSimpleAggregateFunction.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypeCustomSimpleAggregateFunction.h
|
Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders
|
2022-03-14 18:17:35 +00:00 |
DataTypeDate32.cpp
|
Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32"
|
2021-07-15 11:41:52 +00:00 |
DataTypeDate32.h
|
Attemp not to include ColumnVector and Field
|
2023-03-24 04:37:49 +01:00 |
DataTypeDate.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDate.h
|
return back data types
|
2021-03-09 17:10:28 +03:00 |
DataTypeDateTime64.cpp
|
Fix build
|
2023-04-09 11:12:08 +00:00 |
DataTypeDateTime64.h
|
Fix build
|
2023-04-09 11:12:08 +00:00 |
DataTypeDateTime.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDateTime.h
|
Change comments
|
2022-03-11 23:46:02 +01:00 |
DataTypeDecimalBase.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeDecimalBase.h
|
Fix race between DROP MatView and RESTART REPLICAS (#47863)
|
2023-04-01 15:26:00 +03:00 |
DataTypeDomainBool.cpp
|
support bool type
|
2021-11-04 16:39:36 +08:00 |
DataTypeEnum.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +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
|
Forbid meaningless data types #47720
|
2023-03-19 16:54:32 +01:00 |
DataTypeFactory.h
|
Merge branch 'master' into tsv-csv-detect-header
|
2023-01-12 12:35:18 +01:00 |
DataTypeFixedString.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypeFixedString.h
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypeFunction.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
DataTypeFunction.h
|
Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders
|
2022-03-14 18:17:35 +00:00 |
DataTypeInterval.cpp
|
basic added fractional intervals types
|
2022-02-06 15:14:18 +03:00 |
DataTypeInterval.h
|
support saving interval types to tables
|
2023-04-23 21:59:51 -07:00 |
DataTypeIPv4andIPv6.cpp
|
bug fixes, refactoring
|
2022-11-15 00:46:15 +00:00 |
DataTypeIPv4andIPv6.h
|
fix nested map for keys of IP and UUID types
|
2023-04-08 05:34:35 +00:00 |
DataTypeLowCardinality.cpp
|
initial solution
|
2023-03-06 19:35:00 +03:00 |
DataTypeLowCardinality.h
|
Allow types conversion in Native input format
|
2023-02-27 19:28:19 +00:00 |
DataTypeLowCardinalityHelpers.cpp
|
Allow types conversion in Native input format
|
2023-02-27 19:28:19 +00:00 |
DataTypeMap.cpp
|
fix fuzzer
|
2023-03-31 02:20:17 +00:00 |
DataTypeMap.h
|
fix fuzzer
|
2023-03-31 02:20:17 +00:00 |
DataTypeNested.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypeNested.h
|
return back data types
|
2021-03-09 17:10:28 +03:00 |
DataTypeNothing.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeNothing.h
|
return back data types
|
2021-03-09 17:10:28 +03:00 |
DataTypeNullable.cpp
|
Fix low cardinality case
|
2023-02-08 19:14:28 +00:00 |
DataTypeNullable.h
|
Fix low cardinality case
|
2023-02-08 19:14:28 +00:00 |
DataTypeNumberBase.cpp
|
better interfaces for IDataType and ISerialization
|
2021-10-14 05:36:49 +03:00 |
DataTypeNumberBase.h
|
Attemp not to include ColumnVector and Field
|
2023-03-24 04:37:49 +01:00 |
DataTypeObject.cpp
|
check number of parameters in format string
|
2023-01-23 23:16:16 +01:00 |
DataTypeObject.h
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypesDecimal.cpp
|
Merge remote-tracking branch 'origin/master' into decimal256-various
|
2023-03-28 13:36:53 +00:00 |
DataTypesDecimal.h
|
Fix race between DROP MatView and RESTART REPLICAS (#47863)
|
2023-04-01 15:26:00 +03:00 |
DataTypeSet.h
|
Reworked, testing
|
2023-04-14 16:12:18 +02:00 |
DataTypesNumber.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypesNumber.h
|
Fixed tests
|
2022-01-16 11:45:36 +00:00 |
DataTypeString.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
DataTypeString.h
|
Merge branch 'master' into fix_IP_conversion
|
2021-11-09 12:11:54 +00:00 |
DataTypeTuple.cpp
|
better interface
|
2023-03-02 14:46:26 +00:00 |
DataTypeTuple.h
|
better interface
|
2023-03-02 14:46:26 +00:00 |
DataTypeUUID.cpp
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
DataTypeUUID.h
|
Special case of conversion code for types with custom serialization/deserialization
|
2021-09-21 15:34:06 +03:00 |
EnumValues.cpp
|
Allow skipping errors related to unknown enum values in row input formats
|
2023-03-29 00:31:53 +02:00 |
EnumValues.h
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
FieldToDataType.cpp
|
Fix build
|
2023-02-04 13:49:32 +01:00 |
FieldToDataType.h
|
Add field CustomType
|
2023-02-03 17:07:02 +01:00 |
getLeastSupertype.cpp
|
unnecessary include
|
2023-04-10 19:16:02 +00:00 |
getLeastSupertype.h
|
improve performace of insertion to columns of type JSON
|
2022-06-22 17:45:51 +00:00 |
getMostSubtype.cpp
|
More tests
|
2023-03-15 00:38:46 +01:00 |
getMostSubtype.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
hasNullable.cpp
|
Fix low cardinality case
|
2023-02-08 19:14:28 +00:00 |
hasNullable.h
|
Correctly prevent nullable primary keys if necessary.
|
2021-12-27 17:32:37 +08:00 |
IDataType.cpp
|
better support of identifiers from compound expressions
|
2023-03-12 16:24:50 +00:00 |
IDataType.h
|
Various fixes and cleanups
|
2023-04-19 09:19:41 +00:00 |
IDataTypeDummy.h
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
Native.h
|
Clean up GCC warning pragmas
|
2023-04-11 18:21:08 +00:00 |
NestedUtils.cpp
|
SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH
|
2023-02-27 08:31:40 +00:00 |
NestedUtils.h
|
Support reading Array(Record) into flatten nested table in Avro
|
2022-08-23 11:05:02 +00:00 |
NumberTraits.h
|
Add function pmod which return non-negative result based on modulo (#42755)
|
2022-11-15 00:15:58 +01:00 |
ObjectUtils.cpp
|
Change error code.
|
2023-04-06 16:17:45 +02:00 |
ObjectUtils.h
|
address 01825_type_json_18 test
|
2022-11-23 15:16:08 +00:00 |
registerDataTypeDateTime.cpp
|
Fix strange code
|
2023-02-24 22:33:39 +01:00 |
TimezoneMixin.h
|
Move code around to avoid dlsym on Musl
|
2021-12-24 12:25:27 +03:00 |
transformTypesRecursively.cpp
|
Merge branch 'master' into schema-inference-uint
|
2022-12-30 18:16:00 +01:00 |
transformTypesRecursively.h
|
Infer UInt64 in case of Int64 overflow
|
2022-12-28 21:46:08 +00:00 |