Skip to main content

Interface: ParquetTableDataSource

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

A RawTableDataSource with tableDataSourceDefaults applied

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/build/src/model/base.d.ts:183

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/build/src/model/base.d.ts:171

Data source type

Inherited from

TableDataSource.type


url?

optional url?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:179

Remote URL, absolute or relative

Relative URLs are resolved against the URL the project was loaded from, and against the TissUUmaps root for projects without one (i.e. projects opened from a local file).

Inherited from

TableDataSource.url