Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsSet
Method
IsSet
cpp/src/arrow/util/bitmap_reader.h:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
bool IsSet() const { return (current_byte_ & (1 << bit_offset_)) != 0; }
47
48
bool IsNotSet() const { return (current_byte_ & (1 << bit_offset_)) == 0; }
49
Callers
15
Sum
Method · 0.45
BenchBitmapReader
Method · 0.45
BenchBitmapReader
Method · 0.45
VisitBits
Function · 0.45
NextTrailingByte
Method · 0.45
NextRun
Method · 0.45
TYPED_TEST
Function · 0.45
generate_unpacked_bitmap
Method · 0.45
NaiveSumPartial
Function · 0.45
NaiveMinMax
Function · 0.45
NaiveMode
Function · 0.45
WelfordVar
Function · 0.45
Calls
no outgoing calls
Tested by
8
TYPED_TEST
Function · 0.36
generate_unpacked_bitmap
Method · 0.36
NaiveSumPartial
Function · 0.36
NaiveMinMax
Function · 0.36
NaiveMode
Function · 0.36
WelfordVar
Function · 0.36
SimpleScalarArrayCompare
Function · 0.36
SimpleScalarArrayCompare<StringType>
Function · 0.36