ClickHouse/dbms/src/DataStreams/BlockIO.cpp

10 lines
122 B
C++
Raw Normal View History

#include <Interpreters/ProcessList.h>
#include <DataStreams/BlockIO.h>
namespace DB
{
BlockIO::~BlockIO() = default;
}