[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.compute.ListFlattenOptions.html [Back]  [Original]

pyarrow.compute.ListFlattenOptions — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.compute.ListFlattenOptions#

class pyarrow.compute.ListFlattenOptions(recursive=False)#

Bases: _ListFlattenOptions

Options for list_flatten function

Parameters:
recursivebool, default False

When True, the list array is flattened recursively until an array of non-list values is formed.

__init__(self, recursive=False)#

Methods

__init__(self[,recursive])

deserialize(buf)

Deserialize options for a function.

serialize(self)

static deserialize(buf)#

Deserialize options for a function.

Parameters:
bufBuffer

The buffer containing the data to deserialize.

serialize(self)#

Web Proxy Viewer  |  New URL  |  Original Page