| Package | Description |
|---|---|
| com.lancedb.lance.merge |
| Modifier and Type | Method and Description |
|---|---|
static MergeInsertParams.WhenNotMatched |
MergeInsertParams.WhenNotMatched.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeInsertParams.WhenNotMatched[] |
MergeInsertParams.WhenNotMatched.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MergeInsertParams.WhenNotMatched |
MergeInsertParams.whenNotMatched() |
| Modifier and Type | Method and Description |
|---|---|
MergeInsertParams |
MergeInsertParams.withNotMatched(MergeInsertParams.WhenNotMatched whenNotMatched)
Specify what should happen when a source row has no match in the target.
|
Copyright © 2025. All rights reserved.