pyarrow.acero.TableSourceNodeOptions#

class pyarrow.acero.TableSourceNodeOptions(table)#

基类: _TableSourceNodeOptions

一个接受表的源节点。

这是“table_source”节点工厂的选项类。

参数:
tablepyarrow.Table

作为数据源的表。

__init__(self, Table table)#

方法

__init__(self, Table table)