Property
ArrowListSliceOptions:return-fixed-size-list
since: 23.0.0
Description [src]
Whether to return a FixedSizeListArray. If
GARROW_LIST_SLICE_RETURN_FIXED_SIZE_LIST_TRUE and stop is after a list element's
length, nulls will be appended to create the requested slice size. If
GARROW_LIST_SLICE_RETURN_FIXED_SIZE_LIST_AUTO (default), will return whatever type
it got in.
Type:GArrowListSliceReturnFixedSizeList
Available since: 23.0.0
| Default value | GARROW_LIST_SLICE_RETURN_FIXED_SIZE_LIST_AUTO |