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

Method TopSize

cpp/src/arrow/util/bitset_stack_internal.h:63–66  ·  view source on GitHub ↗

\brief number of bits in the bitset at the top of the stack

Source from the content-addressed store, hash-verified

61
62 /// \brief number of bits in the bitset at the top of the stack
63 int TopSize() const {
64 if (offsets_.size() == 0) return 0;
65 return bit_count() - offsets_.back();
66 }
67
68 /// \brief pop a bitset off the stack
69 void Pop() {

Callers 3

SetFieldBuilderMethod · 0.80
EndObjectImplMethod · 0.80
TESTFunction · 0.80

Calls 2

backMethod · 0.80
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64