pub fn substring_with_length( field: impl AsRef<str>, start: impl Into<Value>, length: impl Into<Value>, ) -> TextProjectionExpr
Build SUBSTRING(field, start, length).
SUBSTRING(field, start, length)