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

Method InvalidView

cpp/src/arrow/array/data.cc:770–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768 bool input_exhausted = false;
769
770 Status InvalidView(const std::string& msg) {
771 return Status::Invalid("Can't view array of type ", root_in_type->ToString(), " as ",
772 root_out_type->ToString(), ": ", msg);
773 }
774
775 void AdjustInputPointer() {
776 if (input_exhausted) {

Callers

nothing calls this directly

Calls 2

InvalidFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected