We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8777b90 commit 3939373Copy full SHA for 3939373
1 file changed
crates/core/src/kernel/snapshot/iterators.rs
@@ -242,6 +242,10 @@ impl LogicalFileView {
242
.map(|s| round_ms_datetimes(s, &ceil_datetime))
243
}
244
245
+ /// Return the underlying [DeletionVectorDescriptor] if it exists.
246
+ ///
247
+ /// **NOTE**: THis API may be removed in the future without deprecation warnings as the
248
+ /// utilization of deletion vectors inside of delta-rs becomes more sophisticated.
249
pub fn deletion_vector_descriptor(&self) -> Option<DeletionVectorDescriptor> {
250
self.deletion_vector().map(|dv| dv.descriptor())
251
0 commit comments