@lancedb/lancedb • Docs
@lancedb/lancedb / ScannableOptions
Interface: ScannableOptions¶
Properties¶
numRows?¶
Hint about the number of rows. Not validated against the stream.
rescannable?¶
Whether the source can be scanned more than once. Defaults to true for
fromTable / fromFactory and false for fromIterable /
fromRecordBatchReader.