MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / HasRunCompression

Method HasRunCompression

roaring.go:402–404  ·  view source on GitHub ↗

HasRunCompression returns true if the bitmap benefits from run compression

()

Source from the content-addressed store, hash-verified

400
401// HasRunCompression returns true if the bitmap benefits from run compression
402func (rb *Bitmap) HasRunCompression() bool {
403 return rb.highlowcontainer.hasRunCompression()
404}
405
406// MarshalBinary implements the encoding.BinaryMarshaler interface for the bitmap
407// (same as ToBytes)

Callers

nothing calls this directly

Calls 1

hasRunCompressionMethod · 0.45

Tested by

no test coverage detected