Skip to main content

schema_stable_threshold

Function schema_stable_threshold 

Source
pub fn schema_stable_threshold(condition: &StopCondition) -> Option<u64>
Expand description

Extracts the consecutive_stable_rows threshold from a StopCondition, searching through Any/All composites. Returns None if no SchemaStable variant is present.