Enumeration

ArrowListSliceReturnFixedSizeList

since: 23.0.0

Declaration

enum Arrow.ListSliceReturnFixedSizeList

Description [src]

They correspond to the values of std::optional<bool> for arrow::compute::ListSliceOptions::return_fixed_size_list.

Available since: 23.0.0

Members

Name Description
GARROW_LIST_SLICE_RETURN_FIXED_SIZE_LIST_AUTO

Return the same type which was passed in (default).

GARROW_LIST_SLICE_RETURN_FIXED_SIZE_LIST_FALSE

Explicitly return the same type which was passed in.

GARROW_LIST_SLICE_RETURN_FIXED_SIZE_LIST_TRUE

Return a FixedSizeListArray. If stop is after a list element’s length, nulls will be appended to create the requested slice size.