mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Fix build.
This commit is contained in:
parent
1183bad4d0
commit
bcd38ac207
@ -1,4 +1,5 @@
|
||||
#include <Processors/Formats/PullingOutputFormat.h>
|
||||
#include <IO/WriteBuffer.h>
|
||||
|
||||
namespace DB
|
||||
{
|
||||
@ -8,6 +9,8 @@ namespace ErrorCodes
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
WriteBuffer PullingOutputFormat::out(nullptr, 0);
|
||||
|
||||
void PullingOutputFormat::consume(Chunk chunk)
|
||||
{
|
||||
if (data)
|
||||
|
Loading…
Reference in New Issue
Block a user