Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Unreachable
Function
Unreachable
cpp/src/arrow/util/unreachable.cc:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace arrow {
25
26
[[noreturn]] void Unreachable(const char* message) {
27
DCHECK(false) << message;
28
std::abort();
29
}
30
31
[[noreturn]] void Unreachable(std::string_view message) {
32
DCHECK(false) << message;
Callers
15
Visit
Method · 0.85
Visit
Method · 0.85
ArrayStatisticsOptionalValueEquals
Function · 0.85
MakeBinary
Function · 0.85
Visit
Method · 0.85
VisitType
Function · 0.85
NoInputs
Method · 0.85
GetExtensionSetFromMessage
Function · 0.85
Visit
Method · 0.85
GenerateNounPhrase
Method · 0.85
GenerateVerbPhrase
Method · 0.85
GenerateSentence
Method · 0.85
Calls
no outgoing calls
Tested by
6
operator==
Function · 0.68
PrintToImpl
Function · 0.68
RenameSemantics
Method · 0.68
LargeVersionOfType
Function · 0.68
GetOffsetType
Function · 0.68
CheckPageIndex
Method · 0.68