mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
8c14c4b5e8
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. |
||
---|---|---|
.. | ||
aggregate-functions | ||
data-types | ||
dictionaries | ||
functions | ||
operators | ||
statements | ||
table-functions | ||
window-functions | ||
_category_.yml | ||
ansi.md | ||
distributed-ddl.md | ||
formats.mdx | ||
index.md | ||
sql-reference-links.json | ||
syntax.md | ||
transactions.md |