mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
clean up
This commit is contained in:
parent
f0d547993a
commit
159c9428bd
@ -3,7 +3,6 @@
|
||||
#include <IO/Operators.h>
|
||||
#include <Common/JSONBuilder.h>
|
||||
#include <Common/SipHash.h>
|
||||
#include <Common/logger_useful.h>
|
||||
#if USE_EMBEDDED_COMPILER
|
||||
#include <DataTypes/Native.h>
|
||||
#include <Interpreters/JIT/compileFunction.h>
|
||||
|
@ -10,8 +10,6 @@
|
||||
#include <DataTypes/IDataType.h>
|
||||
#include <Columns/Collator.h>
|
||||
|
||||
class Collator;
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
|
@ -135,7 +135,6 @@ ReadFromMergeTree::ReadFromMergeTree(
|
||||
if (std::find_if(header.begin(), header.end(), [&](ColumnWithTypeAndName const & col) { return col.name == column_name; })
|
||||
== header.end())
|
||||
break;
|
||||
// fixme: there is no information about NULLS direction
|
||||
sort_description.emplace_back(column_name, sort_direction);
|
||||
}
|
||||
output_stream->sort_description = std::move(sort_description);
|
||||
|
Loading…
Reference in New Issue
Block a user