Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompactDictionary ¶
func CompactDictionary(mem memory.Allocator, arr *array.Dictionary) (*array.Dictionary, error)
compactDictionary copies only the needed values from the old dictionary to the new dictionary. Once all needed values are copied, it updates the indices referencing those values in their new place.
Types ¶
type Releasable ¶
type Releasable interface {
Release()
}
Click to show internal directories.
Click to hide internal directories.