Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
227 changes: 227 additions & 0 deletions docs/COUNTED_SKIP_DESIGN.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions grovedb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ use grovedb_version::version::GroveVersion;
#[cfg(feature = "minimal")]
use grovedb_visualize::DebugByteVectors;
#[cfg(any(feature = "minimal", feature = "verify"))]
pub use operations::indexed_tree::IndexedTopKPage;
#[cfg(any(feature = "minimal", feature = "verify"))]
Comment thread
shumkov marked this conversation as resolved.
pub use query::{
aggregate_sum_path_query::AggregateSumPathQuery, GroveBranchQueryResult, GroveTrunkQueryResult,
LeafInfo, PathBranchChunkQuery, PathQuery, PathTrunkChunkQuery, SizedQuery,
Expand Down
557 changes: 487 additions & 70 deletions grovedb/src/operations/indexed_tree.rs

Large diffs are not rendered by default.

Loading
Loading