Interface | Description |
---|---|
AppendDeletionFileMaintainer |
A maintainer to maintain deletion files for append table, the core methods:
AppendDeletionFileMaintainer.notifyNewDeletionVector(java.lang.String, org.apache.paimon.deletionvectors.DeletionVector) : Mark the deletion of data files, create new deletion
vectors. |
Class | Description |
---|---|
BucketedAppendDeletionFileMaintainer |
A
AppendDeletionFileMaintainer of bucketed append table. |
UnawareAppendDeletionFileMaintainer |
A
AppendDeletionFileMaintainer of unaware bucket append table. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.