Skip to main content

resolve_streaming_match_recognize_limit

Function resolve_streaming_match_recognize_limit 

Source
pub fn resolve_streaming_match_recognize_limit(raw: Option<&str>) -> usize
Expand description

Resolve the streaming MATCH_RECOGNIZE row cap from a raw env var value. None and unparseable values fall back to the documented default of 100_000. Zero is rejected because it would mean “scan zero rows”.