macro_rules! return_none_if_utf8 { ($lit: ident) => { ... }; }
Expand description
Assert the scalar value is not utf8. Returns None
if it’s utf8.
In theory, it should be converted to a timestamp scalar value by TypeConversionRule
.
macro_rules! return_none_if_utf8 { ($lit: ident) => { ... }; }
Assert the scalar value is not utf8. Returns None
if it’s utf8.
In theory, it should be converted to a timestamp scalar value by TypeConversionRule
.