Skip to content

@lancedb/lancedb β€’ Docs


@lancedb/lancedb / QueryExecutionOptions

Interface: QueryExecutionOptions

Options that control the behavior of a particular query execution

Properties

maxBatchLength?

optional maxBatchLength: number;

The maximum number of rows to return in a single batch

Batches may have fewer rows if the underlying data is stored in smaller chunks.