mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
style
This commit is contained in:
parent
b31a611e54
commit
fbe453ff9d
@ -394,9 +394,9 @@ try
|
||||
|
||||
/// Set finalizing callback for progress, which is called right before finalizing query output.
|
||||
finalize_progress = [&]()
|
||||
{
|
||||
{
|
||||
progress_indication.clearProgressOutput();
|
||||
};
|
||||
};
|
||||
|
||||
/// Set callback for file processing progress.
|
||||
progress_indication.setFileProgressCallback(context);
|
||||
@ -427,9 +427,7 @@ try
|
||||
catch (...)
|
||||
{
|
||||
if (!config().hasOption("ignore-error"))
|
||||
{
|
||||
throw;
|
||||
}
|
||||
|
||||
if (!exception)
|
||||
exception = std::current_exception();
|
||||
|
@ -29,7 +29,7 @@ public:
|
||||
}
|
||||
|
||||
inline bool isDeterministic() const override { return false; }
|
||||
|
||||
|
||||
bool isSuitableForShortCircuitArgumentsExecution(const DataTypesWithConstInfo & /*arguments*/) const override { return false; }
|
||||
|
||||
ColumnPtr executeImpl(const ColumnsWithTypeAndName &,
|
||||
|
Loading…
Reference in New Issue
Block a user