pub fn substring(
field: impl AsRef<str>,
start: impl FieldValue,
) -> TextProjectionExprExpand description
Build SUBSTRING(field, start).
pub fn substring(
field: impl AsRef<str>,
start: impl FieldValue,
) -> TextProjectionExprBuild SUBSTRING(field, start).