Vasily Nemkov
Vasily Nemkov
And made it 'false' by default.
Moved Int128 definition to a separate header Added few extra methods to ColumnDecimal that do not rely on Int128 Ensured that client programs can be built without absl headers present....
It is not properly supported right now and fails to compile in multiple ways. Checked against clang 11-14
Updated folly to v2022.07.11.00 since it builds on macOS
After https://github.com/ClickHouse/clickhouse-odbc/pull/255 is merged, please split type_info into: * type info * data types * type traits * conversion functions * fillOutput functions Or any other reasonable way, since right...
ColumnLowCardinality assumes that not all items are unique, hence dictionary column can be reserved for smaller capacity. ColumnString now allows to set average value size estimation in constructor or on...
removed: - string_view.h - string_utils.h - nasty client option `backward_compatibility_lowcardinality_as_wrapped_column` - corresponding bits and pieces here and there Closes: #251
There are multiple places throughout the library that are really relaxed about input values\types, like: - overrides of `Column::Append(ColumnRef column)` that just do nothing if column is of not expected...