Skip to main content

Interface: ParquetTableDataSource

Defined in: @tissuumaps-storage/src/parquet/ParquetTableDataSource.ts:7

Extends

Properties

idColumn?

optional idColumn?: string

Defined in: @tissuumaps-storage/src/parquet/ParquetTableDataSource.ts:10


nameColumn?

optional nameColumn?: string

Defined in: @tissuumaps-storage/src/parquet/ParquetTableDataSource.ts:11


path?

optional path?: string

Defined in: @tissuumaps-core/dist/index.d.ts:1644

Local path (relative to workspace root)

Inherited from

TableDataSource.path


requestHeaders?

optional requestHeaders?: object

Defined in: @tissuumaps-storage/src/parquet/ParquetTableDataSource.ts:12

Index Signature

[headerName: string]: string


type

type: "parquet"

Defined in: @tissuumaps-core/dist/index.d.ts:1636

Data source type

Inherited from

TableDataSource.type


url?

optional url?: string

Defined in: @tissuumaps-core/dist/index.d.ts:1640

Remote URL (absolute or relative to TissUUmaps root)

Inherited from

TableDataSource.url