Function substr

Source
pub fn substr(
    str: impl Into<Column>,
    pos: impl Into<Column>,
    len: Option<impl Into<Column>>,
) -> Column