| Package | Description |
|---|---|
| com.lancedb.lance |
| Modifier and Type | Method and Description |
|---|---|
static Ref |
Ref.ofBranch(String branchName) |
static Ref |
Ref.ofBranch(String branchName,
long versionNumber) |
static Ref |
Ref.ofMain() |
static Ref |
Ref.ofMain(long versionNumber) |
static Ref |
Ref.ofTag(String tagName) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.checkout(Ref ref)
Checkout using a unified
Ref which can be a tag, the latest version on main/branch or a
specified (branch_name, version_number). |
Dataset |
Dataset.shallowClone(String targetPath,
Ref ref) |
Dataset |
Dataset.shallowClone(String targetPath,
Ref ref,
Map<String,String> storageOptions)
Shallow clone the specified tag into a new dataset at the target path.
|
Copyright © 2025. All rights reserved.