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

Function StraddlingTooLarge

cpp/src/arrow/util/delimiting.cc:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace {
28
29Status StraddlingTooLarge() {
30 return Status::Invalid(
31 "straddling object straddles two block boundaries (try to increase block size?)");
32}
33
34class NewlineBoundaryFinder : public BoundaryFinder {
35 public:

Callers 2

ProcessWithPartialMethod · 0.85
ProcessSkipMethod · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected