ClickHouse/docs/en
Robert Schulze 8c14c4b5e8
Remove unneeded readBinary() specializations + update docs
The default instantiation

    template <typename T>
    requires is_arithmetic_v<T>
    inline void readBinary(T & x, ReadBuffer & buf) { readPODBinary(x, buf); }

covers Int32, Int128, Int256, UInt32, UInt128 and UInt256 cases already.
2023-07-27 15:13:54 +00:00
..
development Merge branch 'master' into iaadeflate_upgrade_qpl_v1.2.0 2023-07-25 06:47:15 +03:00
engines Merge pull request #52119 from ClickHouse/DanRoscigno-patch-4 2023-07-25 11:14:44 -06:00
getting-started Docs: Mention homebrew as an alternative and non-production install method 2023-07-03 21:17:13 +00:00
interfaces Add new peak_memory_usage to docs 2023-07-24 05:59:07 +00:00
operations Merge pull request #50986 from arenadata/ADQM-822 2023-07-26 12:27:04 +02:00
sql-reference Remove unneeded readBinary() specializations + update docs 2023-07-27 15:13:54 +00:00