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

Method GetLocalBitMapSize

cpp/src/gandiva/local_bitmaps_holder.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 int GetNumLocalBitMaps() const { return static_cast<int>(local_bitmaps_vec_.size()); }
37
38 int64_t GetLocalBitMapSize() const { return local_bitmap_size_; }
39
40 uint8_t** GetLocalBitMapArray() const { return local_bitmaps_array_.get(); }
41

Callers 2

EvaluateMethod · 0.80
GetLocalBitmapSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected