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

Function ProtoStringInputTooBig

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

Source from the content-addressed store, hash-verified

45namespace {
46
47ARROW_NOINLINE
48Status ProtoStringInputTooBig(const char* name) {
49 return Status::Invalid("Serialized ", name, " size should not exceed 2 GiB");
50}
51
52ARROW_NOINLINE
53Status ProtoStringOutputTooBig(const char* name) {

Callers 1

ParseFromStringFunction · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected