mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-29 11:00:38 +00:00
implement deletion in art tree
This commit is contained in:
@@ -152,6 +152,10 @@ impl<'e, V: Value> WriteLockedNodeRef<'e, V> {
|
||||
self.ptr.insert_value(key_byte, value)
|
||||
}
|
||||
|
||||
pub(crate) fn delete_value(&mut self, key_byte: u8) {
|
||||
self.ptr.delete_value(key_byte)
|
||||
}
|
||||
|
||||
pub(crate) fn grow<'a, A>(
|
||||
&self,
|
||||
allocator: &'a A,
|
||||
|
||||
Reference in New Issue
Block a user