@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. timeoutMs? optional timeoutMs: number; Timeout for query execution in milliseconds