export index utils (#122)

This commit is contained in:
Sylvain Lesage 2025-09-08 12:29:03 -04:00 committed by GitHub
parent 669a96fe40
commit fbfa7cb426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,4 @@
export { readColumnIndex, readOffsetIndex } from './indexes.js'
export { parquetMetadata, parquetMetadataAsync, parquetSchema } from './metadata.js'
export { parquetRead, parquetReadObjects } from './read.js'
export { parquetQuery } from './query.js'