MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / columns

Method columns

nodedb/src/engine/kv/sorted_index/key.rs:52–54  ·  view source on GitHub ↗

Column definitions.

(&self)

Source from the content-addressed store, hash-verified

50
51 /// Column definitions.
52 pub fn columns(&self) -> &[SortColumn] {
53 &self.columns
54 }
55
56 /// Encode field values into a composite sort key.
57 ///

Calls

no outgoing calls