Skip to main content

ENRICH_HIGH_WEIGHT_THRESHOLD

Constant ENRICH_HIGH_WEIGHT_THRESHOLD 

Source
pub const ENRICH_HIGH_WEIGHT_THRESHOLD: f64 = 0.7;
Expand description

Relationship weight at or above which an edge counts as HIGH weight.

Same defect as the constant above: it lived as 0.7 inside a const &str holding SQL, so it was formally a constant and practically a literal — untyped, and impossible to reuse from the Rust side.