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

Method ValidateFull

cpp/src/arrow/record_batch.cc:783–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781}
782
783Status RecordBatch::ValidateFull() const {
784 return ValidateBatch(*this, /*full_validation=*/true);
785}
786
787// ----------------------------------------------------------------------
788// Base record batch reader

Callers

nothing calls this directly

Calls 1

ValidateBatchFunction · 0.70

Tested by

no test coverage detected