.. |
tests
|
Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2]
|
2018-11-25 03:08:50 +03:00 |
CMakeLists.txt
|
|
|
DataTypeAggregateFunction.cpp
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
DataTypeAggregateFunction.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypeArray.cpp
|
Correct calculation of avg_value_size_hint #3589
|
2018-11-21 06:18:42 +03:00 |
DataTypeArray.h
|
refactoring: class DataTypeWithSimpleSerialization [CLICKHOUSE-2]
|
2018-09-18 16:31:51 +03:00 |
DataTypeDate.cpp
|
refactoring: class DataTypeWithSimpleSerialization [CLICKHOUSE-2]
|
2018-09-18 16:31:51 +03:00 |
DataTypeDate.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypeDateTime.cpp
|
clickhouse-odbc#125 : Make TIMESTAMP alias for DateTime type for allowing CAST(x AS TIMESTAMP)
|
2018-10-15 18:10:34 +03:00 |
DataTypeDateTime.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypeEnum.cpp
|
Little better #3624
|
2018-11-20 23:09:20 +03:00 |
DataTypeEnum.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypeFactory.cpp
|
Rename WithDictionary to LowCardinality.
|
2018-09-28 13:44:59 +03:00 |
DataTypeFactory.h
|
|
|
DataTypeFixedString.cpp
|
Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2]
|
2018-11-25 03:08:50 +03:00 |
DataTypeFixedString.h
|
Fix functions with low cardinality argumant and array result.
|
2018-11-23 19:09:07 +03:00 |
DataTypeFunction.cpp
|
Miscellaneous #3018
|
2018-09-02 04:54:24 +03:00 |
DataTypeFunction.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypeInterval.cpp
|
|
|
DataTypeInterval.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypeLowCardinality.cpp
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
DataTypeLowCardinality.h
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
DataTypeNothing.cpp
|
|
|
DataTypeNothing.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypeNullable.cpp
|
More style checks [#CLICKHOUSE-3]
|
2018-11-24 04:48:06 +03:00 |
DataTypeNullable.h
|
Fix functions with low cardinality argumant and array result.
|
2018-11-23 18:59:45 +03:00 |
DataTypeNumberBase.cpp
|
Little better #3624
|
2018-11-20 23:09:20 +03:00 |
DataTypeNumberBase.h
|
Fix functions with low cardinality argumant and array result.
|
2018-11-23 19:09:07 +03:00 |
DataTypesDecimal.cpp
|
More style checks [#CLICKHOUSE-3]
|
2018-11-24 04:48:06 +03:00 |
DataTypesDecimal.h
|
More style checks [#CLICKHOUSE-3]
|
2018-11-24 04:48:06 +03:00 |
DataTypeSet.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
DataTypesNumber.cpp
|
|
|
DataTypesNumber.h
|
Decimal round functions [CLICKHOUSE-3765]
|
2018-09-10 16:52:18 +03:00 |
DataTypeString.cpp
|
Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2]
|
2018-11-25 03:08:50 +03:00 |
DataTypeString.h
|
Fix functions with low cardinality argumant and array result.
|
2018-11-23 19:09:07 +03:00 |
DataTypeTuple.cpp
|
Fixed error; added test #3589
|
2018-11-21 06:09:56 +03:00 |
DataTypeTuple.h
|
Fix test with names tuples.
|
2018-09-20 20:36:16 +03:00 |
DataTypeUUID.cpp
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-09-20 23:21:37 +03:00 |
DataTypeUUID.h
|
Less dependencies [#CLICKHOUSE-2]
|
2018-09-20 23:21:29 +03:00 |
DataTypeWithSimpleSerialization.h
|
add comment
|
2018-09-18 19:29:44 +03:00 |
FieldToDataType.cpp
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
FieldToDataType.h
|
decimal field visitors CLICKHOUSE-3765
|
2018-08-23 22:11:31 +03:00 |
getLeastSupertype.cpp
|
supertypes for decimal and ints [issue-3218]
|
2018-09-26 17:59:23 +03:00 |
getLeastSupertype.h
|
|
|
getMostSubtype.cpp
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
getMostSubtype.h
|
|
|
IDataType.cpp
|
|
|
IDataType.h
|
Fix functions with low cardinality argumant and array result.
|
2018-11-23 19:09:07 +03:00 |
IDataTypeDummy.h
|
refactoring: class DataTypeWithSimpleSerialization [CLICKHOUSE-2]
|
2018-09-18 16:31:51 +03:00 |
Native.h
|
CLICKHOUSE-3800: Improve cache and turn on compilation by default
|
2018-09-07 23:17:40 +03:00 |
NestedUtils.cpp
|
Fixed build [#CLICKHOUSE-3692]
|
2018-09-13 01:44:42 +03:00 |
NestedUtils.h
|
Validate sizes of arrays - elements of Nested data structures [#CLICKHOUSE-3692]
|
2018-09-13 00:08:55 +03:00 |
NumberTraits.h
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |