You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering why delete and insert methods are restricted to be called only once, immediately after construction? As the other part of the description as well as the method naming seem to me that chances are these methods might be called multiple times.
Hi,
I'm wondering why
delete
andinsert
methods are restricted to be called only once, immediately after construction? As the other part of the description as well as the method naming seem to me that chances are these methods might be called multiple times.vanillacore/src/main/java/org/vanilladb/core/storage/index/btree/BTreeLeaf.java
Lines 268 to 278 in 793e3a3
vanillacore/src/main/java/org/vanilladb/core/storage/index/btree/BTreeLeaf.java
Lines 357 to 365 in 793e3a3
The text was updated successfully, but these errors were encountered: