Skip to main content

parse_range_spec

Function parse_range_spec 

Source
pub fn parse_range_spec(min_str: &str, max_str: &str) -> Result<SortedintRange>
Expand description

Parses 64-bit unsigned integer range specification aligned with Kvrocks Sortedint::ParseRangeSpec. 解析 64 位无符号整型范围规则(对标 Apache Kvrocks Sortedint::ParseRangeSpec)