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

Method getPosition

src/Compression/CompressedReadBufferBase.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345off_t CompressedReadBufferBase::getPosition() const
346{
347 throw Exception(ErrorCodes::LOGICAL_ERROR, "CompressedReadBufferBase does not implement getPosition");
348}
349
350CompressedReadBufferBase::~CompressedReadBufferBase() = default; /// Proper destruction of unique_ptr of forward-declared type.
351

Callers 1

parseRequestMethod · 0.45

Calls 1

ExceptionClass · 0.70

Tested by

no test coverage detected