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

Function test_spill_dir

nodedb/src/data/executor/handlers/columnar_agg.rs:484–491  ·  view source on GitHub ↗
(suffix: &str)

Source from the content-addressed store, hash-verified

482 }
483
484 fn test_spill_dir(suffix: &str) -> std::path::PathBuf {
485 let mut p = std::env::temp_dir();
486 p.push(format!(
487 "nodedb_columnar_agg_test_{suffix}_{}",
488 std::process::id()
489 ));
490 p
491 }
492
493 #[test]
494 fn group_by_symbol_column() {

Callers 4

group_by_symbol_columnFunction · 0.85
filter_and_groupFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected