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:1607

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


table?

optional table?: undefined

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

Inherited from

TableDataSource.table


type

type: "parquet"

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

Data source type

Inherited from

TableDataSource.type


url?

optional url?: string

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

Remote URL (absolute or relative to TissUUmaps root)

Inherited from

TableDataSource.url