mirror of
https://github.com/lancedb/lancedb.git
synced 2026-06-03 20:30:42 +00:00
This pipes the num_attempts field from lance's merge insert result through lancedb. This allows callers of merge_insert to get a better idea of whether transaction conflicts are occurring.
48 lines
422 B
Markdown
48 lines
422 B
Markdown
[**@lancedb/lancedb**](../README.md) • **Docs**
|
|
|
|
***
|
|
|
|
[@lancedb/lancedb](../globals.md) / MergeResult
|
|
|
|
# Interface: MergeResult
|
|
|
|
## Properties
|
|
|
|
### numAttempts
|
|
|
|
```ts
|
|
numAttempts: number;
|
|
```
|
|
|
|
***
|
|
|
|
### numDeletedRows
|
|
|
|
```ts
|
|
numDeletedRows: number;
|
|
```
|
|
|
|
***
|
|
|
|
### numInsertedRows
|
|
|
|
```ts
|
|
numInsertedRows: number;
|
|
```
|
|
|
|
***
|
|
|
|
### numUpdatedRows
|
|
|
|
```ts
|
|
numUpdatedRows: number;
|
|
```
|
|
|
|
***
|
|
|
|
### version
|
|
|
|
```ts
|
|
version: number;
|
|
```
|