Skip to content

ArrowPlugin

Defined in: table/plugins/arrow/plugin.ts:11

new ArrowPlugin(): ArrowPlugin

ArrowPlugin

loadTable(resource, options?): Promise<undefined | LazyDataFrame<any>>

Defined in: table/plugins/arrow/plugin.ts:12

Resource

LoadTableOptions

Promise<undefined | LazyDataFrame<any>>

TablePlugin.loadTable


saveTable(table, options): Promise<undefined | string>

Defined in: table/plugins/arrow/plugin.ts:19

Table

SaveTableOptions

Promise<undefined | string>

TablePlugin.saveTable