| Package | Description |
|---|---|
| com.lancedb.lance.fragment |
| Modifier and Type | Method and Description |
|---|---|
DeletionFileType |
DeletionFile.getFileType() |
static DeletionFileType |
DeletionFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeletionFileType[] |
DeletionFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeletionFile(long id,
long readVersion,
Long numDeletedRows,
DeletionFileType fileType,
Integer baseId) |
Copyright © 2025. All rights reserved.