MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Compressor

Method Compressor

src/jrd/sqz.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95Compressor::Compressor(thread_db* tdbb, ULONG length, const UCHAR* data)
96 : Compressor(
97 *tdbb->getDefaultPool(),
98 tdbb->getDatabase()->getEncodedOdsVersion() >= ODS_13_1,
99 tdbb->getDatabase()->getEncodedOdsVersion() >= ODS_13_1,
100 length,
101 data)
102{
103}
104
105Compressor::Compressor(MemoryPool& pool, bool allowLongRuns, bool allowUnpacked, ULONG length, const UCHAR* data)
106 : m_runs(pool),

Callers

nothing calls this directly

Calls 6

adjustRunLengthFunction · 0.85
getEncodedOdsVersionMethod · 0.80
getDatabaseMethod · 0.80
getDefaultPoolMethod · 0.45
addMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected