Skip to content

TablePlugin

Defined in: table/plugin.ts:7

optional inferDialect(resource, options?): Promise<undefined | Dialect>

Defined in: table/plugin.ts:8

Partial<Resource>

InferDialectOptions

Promise<undefined | Dialect>


optional loadPackage(source): Promise<undefined | Package>

Defined in: core/plugin.ts:4

string

Promise<undefined | Package>

Plugin.loadPackage


optional loadTable(resource): Promise<undefined | LazyDataFrame>

Defined in: table/plugin.ts:13

Partial<Resource>

Promise<undefined | LazyDataFrame>


optional savePackage(dataPackage, options): Promise<undefined | { path?: string; }>

Defined in: core/plugin.ts:6

Package

string

boolean

Promise<undefined | { path?: string; }>

Plugin.savePackage


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

Defined in: table/plugin.ts:15

LazyDataFrame

SaveTableOptions

Promise<undefined | string>