Home
last modified time | relevance | path

Searched refs:block_data (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/table/
Dformat.h222 inline CompressionType get_block_compression_type(const char* block_data, in get_block_compression_type() argument
224 return static_cast<CompressionType>(block_data[block_size]); in get_block_compression_type()