Function tidb_query_expr::impl_string::substring_index[][src]

pub fn substring_index(
    s: BytesRef<'_>,
    delim: BytesRef<'_>,
    count: &Int,
    writer: BytesWriter
) -> Result<BytesGuard>