.. |
tests
|
Build fixes. Arm, minimal build
|
2019-12-20 17:46:00 +03:00 |
CMakeLists.txt
|
|
|
convertMySQLDataType.cpp
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
convertMySQLDataType.h
|
|
|
DataTypeAggregateFunction.cpp
|
fix DataTypeAggregateFunction deserialization
|
2019-09-02 20:09:40 +08:00 |
DataTypeAggregateFunction.h
|
|
|
DataTypeArray.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
DataTypeArray.h
|
|
|
DataTypeCustom.h
|
|
|
DataTypeCustomIPv4AndIPv6.cpp
|
|
|
DataTypeCustomSimpleAggregateFunction.cpp
|
Fixed unpleasant code #6401
|
2019-08-08 23:02:30 +03:00 |
DataTypeCustomSimpleAggregateFunction.h
|
|
|
DataTypeCustomSimpleTextSerialization.cpp
|
|
|
DataTypeCustomSimpleTextSerialization.h
|
|
|
DataTypeDate.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
DataTypeDate.h
|
Fixed type-support traits, put all of those to IDataType.h:
|
2019-11-21 01:02:49 +03:00 |
DataTypeDateTime64.cpp
|
PR fixes:
|
2019-12-11 17:24:59 +03:00 |
DataTypeDateTime64.h
|
Post-review refactoring and tests for DateTime64 and Decimal.
|
2019-12-11 06:58:49 +03:00 |
DataTypeDateTime.cpp
|
Fixed exception in debug builds on writing DateTime to protobuf
|
2019-11-13 12:46:37 +03:00 |
DataTypeDateTime.h
|
Post-review refactoring and tests for DateTime64 and Decimal.
|
2019-12-11 06:58:49 +03:00 |
DataTypeDecimalBase.cpp
|
Post-review refactoring and tests for DateTime64 and Decimal.
|
2019-12-11 06:58:49 +03:00 |
DataTypeDecimalBase.h
|
Post-review refactoring and tests for DateTime64 and Decimal.
|
2019-12-11 06:58:49 +03:00 |
DataTypeEnum.cpp
|
Post-PR fixes
|
2019-11-20 11:58:55 +03:00 |
DataTypeEnum.h
|
Unify hash tables interface.
|
2019-11-06 00:08:04 +08:00 |
DataTypeFactory.cpp
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
DataTypeFactory.h
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
DataTypeFixedString.cpp
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
DataTypeFixedString.h
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
DataTypeFunction.cpp
|
|
|
DataTypeFunction.h
|
|
|
DataTypeInterval.cpp
|
Move IntervalKind-related functions to a separate file.
|
2019-12-05 21:03:57 +03:00 |
DataTypeInterval.h
|
Move IntervalKind-related functions to a separate file.
|
2019-12-05 21:03:57 +03:00 |
DataTypeLowCardinality.cpp
|
gather utils for Decimals (no scale checks)
|
2019-11-11 19:18:37 +03:00 |
DataTypeLowCardinality.h
|
add missing comment and rename
|
2019-11-26 12:59:31 +03:00 |
DataTypeLowCardinalityHelpers.cpp
|
add missing comment and rename
|
2019-11-26 12:59:31 +03:00 |
DataTypeNothing.cpp
|
|
|
DataTypeNothing.h
|
|
|
DataTypeNullable.cpp
|
fixes
|
2019-10-16 18:28:48 +03:00 |
DataTypeNullable.h
|
Merge branch 'master' into formats_improvements
|
2019-10-16 17:15:13 +03:00 |
DataTypeNumberBase.cpp
|
Post-PR fixes
|
2019-11-20 11:58:55 +03:00 |
DataTypeNumberBase.h
|
DataType64 as decimal
|
2019-09-26 18:12:40 +03:00 |
DataTypesDecimal.cpp
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +03:00 |
DataTypesDecimal.h
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +03:00 |
DataTypeSet.h
|
Early constant folding.
|
2019-10-31 23:54:32 +08:00 |
DataTypesNumber.cpp
|
|
|
DataTypesNumber.h
|
Fixed type-support traits, put all of those to IDataType.h:
|
2019-11-21 01:02:49 +03:00 |
DataTypeString.cpp
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
DataTypeString.h
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
DataTypeTuple.cpp
|
Complement to tuple parser
|
2019-11-01 10:48:15 +08:00 |
DataTypeTuple.h
|
|
|
DataTypeUUID.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
DataTypeUUID.h
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
DataTypeWithSimpleSerialization.h
|
|
|
FieldToDataType.cpp
|
Distinguish Array and Tuple field types when creating from array of Fields. (#7179)
|
2019-10-18 18:57:05 +03:00 |
FieldToDataType.h
|
|
|
getLeastSupertype.cpp
|
PR fixes:
|
2019-12-11 17:24:59 +03:00 |
getLeastSupertype.h
|
|
|
getMostSubtype.cpp
|
|
|
getMostSubtype.h
|
|
|
IDataType.cpp
|
|
|
IDataType.h
|
Fixed type check in toDateTime64
|
2019-12-24 16:15:25 +03:00 |
IDataTypeDummy.h
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
Native.h
|
|
|
NestedUtils.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
NestedUtils.h
|
|
|
NumberTraits.h
|
ubsan fix
|
2019-11-02 17:00:03 +08:00 |