We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Iter.Scan() breaks on the first empty line and misses extremes and WITH TOTALS rows which separated from the main data by an empty line. https://clickhouse.yandex/reference_en.html#TabSeparated I see 2 ways:
The text was updated successfully, but these errors were encountered:
I have no time to implement it right now, but pull requests are welcome, I'll leave this issue open.
Sorry, something went wrong.
@m1nor which way would you prefer?
I think explicit variant is preferable, let's add func (i *Iter) SetOptions(opt IterOptions)
func (i *Iter) SetOptions(opt IterOptions)
No branches or pull requests
Currently Iter.Scan() breaks on the first empty line and misses extremes and WITH TOTALS rows which separated from the main data by an empty line. https://clickhouse.yandex/reference_en.html#TabSeparated
I see 2 ways:
The text was updated successfully, but these errors were encountered: