MCPcopy Create free account
hub / github.com/apache/kvrocks / BitmapMetadata

Method BitmapMetadata

src/storage/redis_metadata.h:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255class BitmapMetadata : public Metadata {
256 public:
257 explicit BitmapMetadata(bool generate_version = true) : Metadata(kRedisBitmap, generate_version) {}
258};
259
260class SortedintMetadata : public Metadata {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected