Functions§
- decode_
escapes - duble_
quot_ str_ impl - interval_
data - interval_
impl - is_next
- is_
next_ unit - is_
sep_ next - peek_
next - peek_
str - quot_
r_ str - 原始字符串(首选):r#“…”#,内容不做转义处理; 兼容旧写法:r“…“(仅为向后兼容,未来可能移除)。
- quot_
raw - quot_
str - single_
quot_ raw_ str - Parse single-quoted raw string: only ' is escaped, others are literal Used for field references where single quotes represent raw strings
- single_
quot_ str_ impl - take_
exact_ path - take_
fun_ name - take_
key - take_
kv_ key - take_
meta_ name - take_
parentheses - take_
ref_ path - take_
ref_ path_ or_ quoted - Parse field reference path: supports either bare identifiers or single-quoted strings
Examples:
@field_name,@'@special-field'Single quotes are raw strings - only ' is escaped - take_
sql_ tval - take_
tag_ kv - take_
to_ end - take_
var_ name - window_
path