.. |
tests
|
Better code in unit tests
|
2019-07-08 04:58:31 +03:00 |
CMakeLists.txt
|
Debian: simpler package (#662)
|
2017-04-10 20:43:30 +03:00 |
convertMySQLDataType.cpp
|
Fix shared build (#5702)
|
2019-06-20 23:57:01 +03:00 |
convertMySQLDataType.h
|
Fix shared build (#5702)
|
2019-06-20 23:57:01 +03:00 |
DataTypeAggregateFunction.cpp
|
Fixed unpleasant code #6401
|
2019-08-08 23:02:30 +03:00 |
DataTypeAggregateFunction.h
|
merge
|
2019-06-04 21:08:08 +03:00 |
DataTypeArray.cpp
|
Use better approach to check offsets in protobuf messages.
|
2019-07-24 14:41:49 +03:00 |
DataTypeArray.h
|
Attempt to read the code #4475
|
2019-03-06 00:53:16 +03:00 |
DataTypeCustom.h
|
Merge branch 'prepared_statements' of https://github.com/sanych73/ClickHouse into sanych73-prepared_statements
|
2019-06-14 19:28:25 +03:00 |
DataTypeCustomIPv4AndIPv6.cpp
|
Namespace comments are unneeded according to the code style.
|
2019-06-13 13:43:37 +03:00 |
DataTypeCustomSimpleAggregateFunction.cpp
|
Fixed unpleasant code #6401
|
2019-08-08 23:02:30 +03:00 |
DataTypeCustomSimpleAggregateFunction.h
|
refactor to avoid dynamic_cast in data type serialization
|
2019-04-08 15:39:42 +02:00 |
DataTypeCustomSimpleTextSerialization.cpp
|
Merge branch 'prepared_statements' of https://github.com/sanych73/ClickHouse into sanych73-prepared_statements
|
2019-06-14 19:28:25 +03:00 |
DataTypeCustomSimpleTextSerialization.h
|
Merge branch 'prepared_statements' of https://github.com/sanych73/ClickHouse into sanych73-prepared_statements
|
2019-06-14 19:28:25 +03:00 |
DataTypeDate.cpp
|
Added missing methods for DataTypeDate, DataTypeDateTime
|
2019-06-15 18:56:55 +03:00 |
DataTypeDate.h
|
Added missing methods for DataTypeDate, DataTypeDateTime
|
2019-06-15 18:56:55 +03:00 |
DataTypeDateTime.cpp
|
Added missing methods for DataTypeDate, DataTypeDateTime
|
2019-06-15 18:56:55 +03:00 |
DataTypeDateTime.h
|
Added missing methods for DataTypeDate, DataTypeDateTime
|
2019-06-15 18:56:55 +03:00 |
DataTypeEnum.cpp
|
Nicolay's suggestion
|
2019-07-05 21:23:50 +03:00 |
DataTypeEnum.h
|
new
|
2019-05-19 00:07:23 +03:00 |
DataTypeFactory.cpp
|
refactor to avoid dynamic_cast in data type serialization
|
2019-04-08 15:39:42 +02:00 |
DataTypeFactory.h
|
refactor to avoid dynamic_cast in data type serialization
|
2019-04-08 15:39:42 +02:00 |
DataTypeFixedString.cpp
|
new
|
2019-05-19 00:07:23 +03:00 |
DataTypeFixedString.h
|
new
|
2019-05-19 00:07:23 +03:00 |
DataTypeFunction.cpp
|
IPv4 and IPv6 Domain implementation.
|
2019-02-04 12:37:46 +03:00 |
DataTypeFunction.h
|
IPv4 and IPv6 Domain implementation.
|
2019-02-04 12:37:46 +03:00 |
DataTypeInterval.cpp
|
Introduce quarter interval kind as 3 months (in preparation for #3705)
|
2018-12-18 16:16:48 +03:00 |
DataTypeInterval.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
DataTypeLowCardinality.cpp
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
DataTypeLowCardinality.h
|
new
|
2019-05-19 00:07:23 +03:00 |
DataTypeLowCardinalityHelpers.cpp
|
Fix gcc9 warnings and ICE's
|
2019-05-31 11:55:01 +03:00 |
DataTypeNothing.cpp
|
IDataType::[de]serializeBinaryBulk() functions, "limit" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
DataTypeNothing.h
|
IDataType::[de]serializeBinaryBulk() functions, "limit" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
DataTypeNullable.cpp
|
better error message
|
2019-07-23 13:44:28 +03:00 |
DataTypeNullable.h
|
rename format_csv_unquoted_null_literal_as_null to input_format_csv_unquoted_null_literal_as_null
|
2019-07-22 23:13:27 +03:00 |
DataTypeNumberBase.cpp
|
Implement support of nested messages in Protobuf output format.
|
2019-02-27 14:37:17 +03:00 |
DataTypeNumberBase.h
|
Implement support of nested messages in Protobuf output format.
|
2019-02-27 14:37:17 +03:00 |
DataTypesDecimal.cpp
|
Exect -> Exact grammar improved
|
2019-07-06 01:18:37 +03:00 |
DataTypesDecimal.h
|
simplify comparison
|
2019-06-18 08:25:16 +03:00 |
DataTypeSet.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypesNumber.cpp
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
DataTypesNumber.h
|
Fixed linking with lld
|
2019-05-30 11:23:20 +03:00 |
DataTypeString.cpp
|
new
|
2019-05-19 00:07:23 +03:00 |
DataTypeString.h
|
new
|
2019-05-19 00:07:23 +03:00 |
DataTypeTuple.cpp
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
DataTypeTuple.h
|
Implement support of nested messages in Protobuf output format.
|
2019-02-27 14:37:17 +03:00 |
DataTypeUUID.cpp
|
Implement support of nested messages in Protobuf output format.
|
2019-02-27 14:37:17 +03:00 |
DataTypeUUID.h
|
Implement support of nested messages in Protobuf output format.
|
2019-02-27 14:37:17 +03:00 |
DataTypeWithSimpleSerialization.h
|
new
|
2019-05-19 00:07:23 +03:00 |
FieldToDataType.cpp
|
Updated FieldVisitor.
|
2019-02-11 18:46:19 +03:00 |
FieldToDataType.h
|
Updated FieldVisitor.
|
2019-02-11 18:46:19 +03:00 |
getLeastSupertype.cpp
|
supertypes for decimal and ints [issue-3218]
|
2018-09-26 17:59:23 +03:00 |
getLeastSupertype.h
|
renamed getLeastCommonType => getLeastSupertype; getMostCommonType => getMostSubtype [#CLICKHOUSE-3504]
|
2018-01-11 21:47:02 +03:00 |
getMostSubtype.cpp
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
getMostSubtype.h
|
Update getMostSubtype.h
|
2018-01-19 22:08:39 +03:00 |
IDataType.cpp
|
Style; added comment
|
2019-06-15 18:06:44 +03:00 |
IDataType.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
IDataTypeDummy.h
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03:00 |
Native.h
|
Split Common/config.h by libs (dbms) (#5715)
|
2019-06-24 14:17:15 +03:00 |
NestedUtils.cpp
|
move IColumn.isColumnConst() outside of interface
|
2019-06-27 22:28:52 +03:00 |
NestedUtils.h
|
store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101]
|
2019-03-15 19:37:52 +03:00 |
NumberTraits.h
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |