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

Method ValidateFull

cpp/src/arrow/record_batch.cc:784–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ValidateBatchFunction · 0.70

Tested by

no test coverage detected