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

Method Validate

cpp/src/arrow/record_batch.cc:780–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780Status RecordBatch::Validate() const {
781 return ValidateBatch(*this, /*full_validation=*/false);
782}
783
784Status RecordBatch::ValidateFull() const {
785 return ValidateBatch(*this, /*full_validation=*/true);

Callers

nothing calls this directly

Calls 1

ValidateBatchFunction · 0.70

Tested by

no test coverage detected