Package | Description |
---|---|
org.apache.paimon.deletionvectors.append |
Class and 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. |
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.