mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-10 13:52:58 +00:00
JS native Async Generator, more efficient asynchronous iteration, fewer synthetic promises, and the ability to handle `catch` or `break` of parent loop in `finally` block
410 B
410 B
@lancedb/lancedb • Docs
@lancedb/lancedb / RecordBatchIterator
Function: RecordBatchIterator()
function RecordBatchIterator(promisedInner): AsyncGenerator<RecordBatch<any>, void, unknown>
Parameters
- promisedInner:
Promise<RecordBatchIterator>
Returns
AsyncGenerator<RecordBatch<any>, void, unknown>