diff --git a/src/recordbatch.ts b/src/recordbatch.ts index f70c69f1..58d1ace9 100644 --- a/src/recordbatch.ts +++ b/src/recordbatch.ts @@ -46,7 +46,11 @@ export interface RecordBatch { [Symbol.isConcatSpreadable]: true; } -/** @ignore */ +/** + * A RecordBatch is a collection of equal-length columns conforming to a + * particular {@link Schema}. A {@link Table} is composed of one or more + * RecordBatches. + */ export class RecordBatch { /**