table::predicate

Macro return_none_if_utf8

source
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.