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

Method RecurseInto

cpp/src/arrow/array/validate.cc:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 }
467
468 Status RecurseInto(const ArrayData& related_data) {
469 ValidateArrayImpl impl{related_data, full_validation};
470 return impl.Validate();
471 }
472
473 Status ValidateLayout(const DataType& type) {
474 // Check the data layout conforms to the spec

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.45

Tested by

no test coverage detected