pub fn slice(
x: impl Into<Column>,
start: impl Into<Column>,
length: impl Into<Column>,
) -> Column
Expand description
Returns an array containing all the elements in x from index start (array indices start at 1, or from the end if start is negative) with the specified length.