MCPcopy Create free account
hub / github.com/apache/arrow / trailing_bytes

Method trailing_bytes

cpp/src/arrow/util/bitmap_reader.h:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233 int64_t words() const { return nwords_; }
234 int trailing_bytes() const { return trailing_bytes_; }
235
236 private:
237 int64_t offset_;

Callers 7

MurmurHashBitmap64Function · 0.80
BitmapWordReaderBenchFunction · 0.80
TransferBitmapFunction · 0.80
BitmapEqualsFunction · 0.80
UnalignedBitmapOpFunction · 0.80
RunIfElseLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected