Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / ScannableOptions

Interface: ScannableOptions

Properties

numRows?

optional numRows: number;

Hint about the number of rows. Not validated against the stream.


rescannable?

optional rescannable: boolean;

Whether the source can be scanned more than once. Defaults to true for fromTable / fromFactory and false for fromIterable / fromRecordBatchReader.