MAX_REGEX_ALTERNATIONS_EXPANSION

Constant MAX_REGEX_ALTERNATIONS_EXPANSION 

Source
const MAX_REGEX_ALTERNATIONS_EXPANSION: usize = 4;
Expand description

Maximum number of regex alternations (foo|bar|...) that will be expanded into multiple LIKE expressions.