mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Style
This commit is contained in:
parent
1b75b8f4eb
commit
ba419e43a6
@ -36,7 +36,6 @@
|
||||
#include <Core/ColumnsWithTypeAndName.h>
|
||||
|
||||
|
||||
|
||||
namespace ProfileEvents
|
||||
{
|
||||
extern const Event MutateTaskProjectionsCalculationMicroseconds;
|
||||
|
@ -8,15 +8,9 @@
|
||||
#include <QueryPipeline/QueryPipelineBuilder.h>
|
||||
|
||||
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
class QueryPlan;
|
||||
|
||||
/// A Storage that allows reading from a single MergeTree data part.
|
||||
|
@ -6,6 +6,11 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
bool StorageFromMergeTreeDataPart::materializeTTLRecalculateOnly() const
|
||||
{
|
||||
if (parts.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user