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

Method columns

nodedb-columnar/src/memtable/mod.rs:102–104  ·  view source on GitHub ↗

Access the raw column data (for the segment writer).

(&self)

Source from the content-addressed store, hash-verified

100
101 /// Access the raw column data (for the segment writer).
102 pub fn columns(&self) -> &[ColumnData] {
103 &self.columns
104 }
105
106 /// Convert low-cardinality `String` columns to `DictEncoded` in-place.
107 pub fn try_dict_encode_columns(&mut self, max_cardinality: u32) {

Callers 2

query_named_rowsFunction · 0.45
query_rawMethod · 0.45

Calls

no outgoing calls

Tested by 1

query_named_rowsFunction · 0.36