MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / IRowInputFormat

Method IRowInputFormat

src/Processors/Formats/IRowInputFormat.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31IRowInputFormat::IRowInputFormat(SharedHeader header, ReadBuffer & in_, Params params_)
32 : IInputFormat(std::move(header), &in_)
33 , serializations(getPort().getHeader().getSerializations())
34 , params(params_)
35 , block_missing_values(getPort().getHeader().columns())
36{}
37
38void IRowInputFormat::logError()
39{

Callers

nothing calls this directly

Calls 3

getSerializationsMethod · 0.80
columnsMethod · 0.80
getHeaderMethod · 0.45

Tested by

no test coverage detected