mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-05 02:56:36 +00:00
Fix min/max type definition
This commit is contained in:
parent
bded3fb331
commit
f411b83f5e
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
@ -176,8 +176,8 @@ interface KeyValue {
|
||||
}
|
||||
|
||||
export interface Statistics {
|
||||
max?: Uint8Array // binary representation
|
||||
min?: Uint8Array // binary representation
|
||||
max?: string
|
||||
min?: string
|
||||
null_count?: number
|
||||
distinct_count?: number
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user