mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
docs added
This commit is contained in:
parent
c1bb0d953c
commit
3bbe094707
@ -804,6 +804,10 @@ The character interpreted as a delimiter in the CSV data. By default, the delimi
|
||||
|
||||
For CSV input format enables or disables parsing of unquoted `NULL` as literal (synonym for `\N`).
|
||||
|
||||
## output_format_csv_crlf_end_of_line {#settings-output_format_csv_crlf_end_of_line}
|
||||
|
||||
For CSV output format replaces the usual line feed LF on the CRLF.
|
||||
|
||||
## insert_quorum {#settings-insert_quorum}
|
||||
|
||||
Enables quorum writes.
|
||||
|
@ -776,6 +776,10 @@ load_balancing = first_or_random
|
||||
|
||||
Для формата CSV включает или выключает парсинг неэкранированной строки `NULL` как литерала (синоним для `\N`)
|
||||
|
||||
## output_format_csv_crlf_end_of_line {#settings-output_format_csv_crlf_end_of_line}
|
||||
|
||||
Для формата CSV заменяет перевод строки LF на CRLF.
|
||||
|
||||
## insert_quorum {#settings-insert_quorum}
|
||||
|
||||
Включает кворумную запись.
|
||||
|
Loading…
Reference in New Issue
Block a user