mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
always return row id
This commit is contained in:
@@ -1529,6 +1529,7 @@ impl NativeTable {
|
||||
scanner.use_index(query.use_index);
|
||||
scanner.prefilter(query.prefilter);
|
||||
scanner.batch_size(options.max_batch_length as usize);
|
||||
scanner.with_row_id();
|
||||
|
||||
match &query.base.select {
|
||||
Select::Columns(select) => {
|
||||
|
||||
Reference in New Issue
Block a user