pub fn like_prefix(stats: Option<&ColumnStats>, prefix: &str) -> f64Expand description
col LIKE 'prefix%' (or any single-prefix anchored pattern).
With stats, estimates as range(prefix, prefix + "\u{FFFF}")
on the assumption the column’s natural ordering is a prefix
order (Text lex). Without stats, DEFAULT_LIKE.