Function datafusion::logical_expr::type_coercion::is_utf8_or_large_utf8

source ยท
pub fn is_utf8_or_large_utf8(dt: &DataType) -> bool
Expand description

Determine whether the given data type dt is a Utf8 or LargeUtf8.