mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
Update AggregatingTransform.cpp
This commit is contained in:
parent
1bf614b3a2
commit
328dc523c5
@ -15,6 +15,8 @@ namespace ProfileEvents
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace
|
||||
{
|
||||
/// Convert block to chunk.
|
||||
/// Adds additional info about aggregation.
|
||||
static Chunk convertToChunk(const Block & block)
|
||||
@ -43,8 +45,6 @@ static const AggregatedChunkInfo * getInfoFromChunk(const Chunk & chunk)
|
||||
return agg_info;
|
||||
}
|
||||
|
||||
namespace
|
||||
{
|
||||
/// Reads chunks from file in native format. Provide chunks with aggregation info.
|
||||
class SourceFromNativeStream : public ISource
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user