mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
Remove LogicalTypeType
This commit is contained in:
parent
bccd258520
commit
96f9d19461
@ -23,7 +23,6 @@ export { asyncBufferFromUrl, byteLengthFromUrl, cachedAsyncBuffer, flatten, toJs
|
||||
* @typedef {import('../src/types.d.ts').ConvertedType} ConvertedType
|
||||
* @typedef {import('../src/types.d.ts').TimeUnit} TimeUnit
|
||||
* @typedef {import('../src/types.d.ts').LogicalType} LogicalType
|
||||
* @typedef {import('../src/types.d.ts').LogicalTypeType} LogicalTypeType
|
||||
* @typedef {import('../src/types.d.ts').RowGroup} RowGroup
|
||||
* @typedef {import('../src/types.d.ts').ColumnChunk} ColumnChunk
|
||||
* @typedef {import('../src/types.d.ts').ColumnMetaData} ColumnMetaData
|
||||
|
||||
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
@ -195,8 +195,6 @@ export type LogicalType =
|
||||
| { type: 'GEOMETRY', crs?: string }
|
||||
| { type: 'GEOGRAPHY', crs?: string, algorithm?: EdgeInterpolationAlgorithm }
|
||||
|
||||
export type LogicalTypeType = LogicalType['type']
|
||||
|
||||
export interface RowGroup {
|
||||
columns: ColumnChunk[]
|
||||
total_byte_size: bigint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user