mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
better
This commit is contained in:
parent
20aaf48e38
commit
18d52dbc63
@ -7,7 +7,7 @@
|
||||
#include <Common/Throttler.h>
|
||||
#if !defined(ARCADIA_BUILD)
|
||||
# include <Common/config.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <Core/Block.h>
|
||||
#include <Core/Defines.h>
|
||||
#include <IO/Progress.h>
|
||||
|
@ -93,7 +93,7 @@ private:
|
||||
|
||||
const String query;
|
||||
String query_id = "";
|
||||
const Context & context;
|
||||
Context context;
|
||||
|
||||
ProgressCallback progress_callback;
|
||||
ProfileInfoCallback profile_info_callback;
|
||||
|
@ -8,11 +8,8 @@
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wunneeded-internal-declaration"
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunneeded-internal-declaration"
|
||||
#include <fast_float/fast_float.h>
|
||||
#pragma clang diagnostic pop
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
/** Methods for reading floating point numbers from text with decimal representation.
|
||||
* There are "precise", "fast" and "simple" implementations.
|
||||
|
Loading…
Reference in New Issue
Block a user