slice


Description:

public ChunkedArray slice (uint64 offset, uint64 length)

Parameters:

this

A ChunkedArray.

offset

The offset of sub ChunkedArray.

length

The length of sub ChunkedArray.

Returns:

The sub ChunkedArray. It covers only from `offset` to `offset + length` range. The sub ChunkedArray shares values with the base ChunkedArray.