mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Update StreamingFormatExecutor.h
This commit is contained in:
parent
341a776617
commit
a25255cabc
@ -24,7 +24,7 @@ public:
|
||||
StreamingFormatExecutor(
|
||||
const Block & header_,
|
||||
InputFormatPtr format_,
|
||||
ErrorCallback on_error_ = [](const MutableColumns &, Exception & e) -> size_t { throw e; },
|
||||
ErrorCallback on_error_ = [](const MutableColumns &, Exception & e) -> size_t { throw std::move(e); },
|
||||
SimpleTransformPtr adding_defaults_transform_ = nullptr);
|
||||
|
||||
/// Returns numbers of new read rows.
|
||||
|
Loading…
Reference in New Issue
Block a user