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

Method StatusInvalidInput

r/src/io.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 int64_t n_pending_;
600
601 arrow::Status StatusInvalidInput() {
602 return arrow::Status::Invalid("Encountered invalid input bytes ",
603 "(input encoding was '", from_, "'");
604 }
605};
606
607// [[arrow::export]]

Callers

nothing calls this directly

Calls 1

InvalidClass · 0.50

Tested by

no test coverage detected