mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
5d5c99ebee
The fields are lexicographically sorted to make traversal easier, but their order must be preserved when collecting fields from structures. For example, a list with a structure like `{b @0 :Text, a @1 :Text}` would read `a` first despite being second, which would cause a mismatch. |
||
---|---|---|
.. | ||
benchmark | ||
cmake | ||
programs | ||
scripts | ||
src | ||
tests | ||
CMakeLists.txt |