MCPcopy 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
57ARROW_NOINLINE
58Status 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

ParseFromStringFunction · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected