Current section
Files
Jump to
Current section
Files
include/trove@internal@compactor_KeyspaceCompaction.hrl
-record(keyspace_compaction, {
name :: binary(),
tree :: trove@internal@btree:btree(bitstring(), bitstring()),
byte_compare :: fun((bitstring(), bitstring()) -> gleam@order:order())
}).