ClickHouse/docs/en/formats/blocktabseparated.rst

10 lines
475 B
ReStructuredText
Raw Normal View History

2017-04-03 19:49:50 +00:00
BlockTabSeparated
-----------------
2017-04-26 18:02:30 +00:00
Data is not written by row, but by column and block.
Each block consists of parts of columns, each of which is written on a separate line.
The values are tab-separated. The last value in a column part is followed by a line break instead of a tab.
Blocks are separated by a double line break.
The rest of the rules are the same as in the TabSeparated format.
This format is only appropriate for outputting a query result, not for parsing.