ClickHouse/src/Formats/JSONEachRowUtils.h
2020-04-30 23:16:09 +03:00

9 lines
140 B
C++

#pragma once
namespace DB
{
bool fileSegmentationEngineJSONEachRowImpl(ReadBuffer & in, DB::Memory<> & memory, size_t min_chunk_size);
}