public class RemoveFile extends FileAction
| Modifier and Type | Field and Description |
|---|---|
static StructType |
READ_SCHEMA |
dataChange, path| Constructor and Description |
|---|
RemoveFile(java.lang.String path,
long deletionTimestamp,
java.util.Map<java.lang.String,java.lang.String> partitionValues,
long size,
boolean dataChange,
DeletionVectorDescriptor deletionVector) |
| Modifier and Type | Method and Description |
|---|---|
RemoveFile |
copyWithDataChange(boolean dataChange) |
static RemoveFile |
fromRow(Row row) |
java.util.Optional<java.lang.String> |
getDeletionVectorUniqueId() |
RemoveFile |
withAbsolutePath(Path dataPath) |
getPath, isDataChange, toURIpublic static final StructType READ_SCHEMA
public RemoveFile(java.lang.String path,
long deletionTimestamp,
java.util.Map<java.lang.String,java.lang.String> partitionValues,
long size,
boolean dataChange,
DeletionVectorDescriptor deletionVector)
public static RemoveFile fromRow(Row row)
public RemoveFile copyWithDataChange(boolean dataChange)
copyWithDataChange in class FileActionpublic java.util.Optional<java.lang.String> getDeletionVectorUniqueId()
public RemoveFile withAbsolutePath(Path dataPath)