Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ InvalidProtoString
Function
InvalidProtoString
cpp/src/arrow/flight/types.cc:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
ARROW_NOINLINE
58
Status InvalidProtoString(const char* name) {
59
return Status::Invalid(
"Not a valid "
, name);
60
}
61
62
// Status-returning ser/de functions that allow reuse of the same output objects
63
Callers
1
ParseFromString
Function · 0.85
Calls
1
Invalid
Function · 0.50
Tested by
no test coverage detected