Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sum
Function · 0.45
arrow_min
Function · 0.45
arrow_max
Function · 0.45
arrow_count
Function · 0.45
scan_columnar
Method · 0.45
aggregate_dense_symbol
Function · 0.45
try_columnar_aggregate
Function · 0.45
resolve_column
Method · 0.45
execute_ts_materialize_scan
Method · 0.45
encode_ts_memtable_row
Function · 0.45
execute_ts_raw_scan
Method · 0.45
record_batch_row_to_json
Function · 0.45
Calls
no outgoing calls
Tested by
5
bitemporal_ingest_stamps_reserved_columns
Function · 0.36
timestamp_ns_to_ms_conversion
Function · 0.36
missing_timestamp_uses_default
Function · 0.36
string_fields_stored_as_symbol
Function · 0.36
ingest_simple_metric
Function · 0.36