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

Function ProtoStringOutputTooBig

cpp/src/arrow/flight/types.cc:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52ARROW_NOINLINE
53Status ProtoStringOutputTooBig(const char* name) {
54 return Status::Invalid("Serialized ", name, " exceeded 2 GiB limit");
55}
56
57ARROW_NOINLINE
58Status InvalidProtoString(const char* name) {

Callers 1

SerializeToStringFunction · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected