mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-03 18:26:38 +00:00
Stub implementation
This commit is contained in:
parent
819691f51c
commit
2590cbf97b
9
src/hyparquet.ts
Normal file
9
src/hyparquet.ts
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Read parquet data rows from a file
|
||||
*
|
||||
* @param arrayBuffer parquet file contents
|
||||
* @returns array of rows
|
||||
*/
|
||||
export function parquetRead(arrayBuffer: ArrayBuffer): any[][] {
|
||||
throw new Error('not implemented')
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user