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

Method GetLocalBitmapSize

cpp/src/gandiva/eval_batch.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 int GetNumLocalBitMaps() const { return local_bitmaps_holder_->GetNumLocalBitMaps(); }
77
78 int64_t GetLocalBitmapSize() const {
79 return local_bitmaps_holder_->GetLocalBitMapSize();
80 }
81
82 const uint8_t* GetLocalBitMap(int idx) const {
83 ARROW_DCHECK(idx <= GetNumLocalBitMaps());

Callers

nothing calls this directly

Calls 1

GetLocalBitMapSizeMethod · 0.80

Tested by

no test coverage detected