Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSUP-3201: Added RawBLOB format description #16111

Conversation

annvsh
Copy link
Contributor

@annvsh annvsh commented Oct 17, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category:

@robot-clickhouse robot-clickhouse added the pr-documentation Documentation PRs for the specific code PR label Oct 17, 2020
@@ -1143,4 +1144,43 @@ SELECT * FROM line_as_string;
└───────────────────────────────────────────────────┘
```

## RawBLOB {#rawblob}

Этот формат объединяет все входные данные в одно значение. Этот формат может парсить только таблицу с одним полем типа [String](../sql-reference/data-types/string.md) или подобным ему.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

объединяет - неправильное слово, оно не соответствует интуитивному пониманию сути работы и не соответствует физическому смыслу. Если так написать, то у читателей будет неправильное понимание.

@@ -1143,4 +1144,43 @@ SELECT * FROM line_as_string;
└───────────────────────────────────────────────────┘
```

## RawBLOB {#rawblob}

Этот формат объединяет все входные данные в одно значение. Этот формат может парсить только таблицу с одним полем типа [String](../sql-reference/data-types/string.md) или подобным ему.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не написано, в каком формате читается это значение.

**Пример**

``` bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это не является примером для пользователя.

@alexey-milovidov alexey-milovidov self-assigned this Dec 10, 2020
- there are no delimiters between values;
- no newline at the end of each value.
[TabSeparatedRaw] (#tabseparatedraw):
- data is output without screening;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screening is not the correct word

Copy link
Member

@alexey-milovidov alexey-milovidov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR was terribly, awfully wrong but I made the changes.

@alexey-milovidov alexey-milovidov merged commit a31663a into ClickHouse:master Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-documentation Documentation PRs for the specific code PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants