pyarrow.acero.TableSourceNodeOptions#
- class pyarrow.acero.TableSourceNodeOptions(table)#
Bases:
_TableSourceNodeOptionsA Source node which accepts a table.
This is the option class for the “table_source” node factory.
- Parameters:
- table
pyarrow.Table The table which acts as the data source.
- table
- __init__(self, Table table)#
Methods
__init__(self, Table table)