mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
aecb171bf4
commit
c62837fe01
13
dbms/include/DB/Interpreters/sortBlock.h
Normal file
13
dbms/include/DB/Interpreters/sortBlock.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <DB/Core/Block.h>
|
||||
#include <DB/Core/SortDescription.h>
|
||||
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
/// Отсортировать один блок по описанию desc.
|
||||
void sortBlock(Block & block, const SortDescription & description);
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user