mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
9 lines
140 B
C++
9 lines
140 B
C++
#pragma once
|
|
|
|
namespace DB
|
|
{
|
|
|
|
bool fileSegmentationEngineJSONEachRowImpl(ReadBuffer & in, DB::Memory<> & memory, size_t min_chunk_size);
|
|
|
|
}
|