pub fn resolve_streaming_match_recognize_limit(raw: Option<&str>) -> usizeExpand 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”.