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