pyarrow.acero.TableSourceNodeOptions#

class pyarrow.acero.TableSourceNodeOptions(table)#

Bases: _TableSourceNodeOptions

A Source node which accepts a table.

This is the option class for the “table_source” node factory.

Parameters:
tablepyarrow.Table

The table which acts as the data source.

__init__(self, Table table)#

Methods

__init__(self, Table table)