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

Method column

nodedb/src/engine/timeseries/columnar_memtable/memtable.rs:392–394  ·  view source on GitHub ↗
(&self, idx: usize)

Source from the content-addressed store, hash-verified

390 }
391
392 pub fn column(&self, idx: usize) -> &ColumnData {
393 &self.columns[idx]
394 }
395
396 pub fn symbol_dict(&self, col_idx: usize) -> Option<&SymbolDictionary> {
397 self.symbol_dicts.get(&col_idx)

Callers 15

arrow_sumFunction · 0.45
arrow_minFunction · 0.45
arrow_maxFunction · 0.45
arrow_countFunction · 0.45
scan_columnarMethod · 0.45
aggregate_dense_symbolFunction · 0.45
try_columnar_aggregateFunction · 0.45
resolve_columnMethod · 0.45
encode_ts_memtable_rowFunction · 0.45
execute_ts_raw_scanMethod · 0.45
record_batch_row_to_jsonFunction · 0.45

Calls

no outgoing calls