ArrowLoader
The ArrowLoader parses the Apache Arrow columnar table format.
| Loader | Characteristic |
|---|---|
| File Format | IPC: Encapsulated Message Format |
| Data Format | Columnar Table |
| File Extension | .arrow |
| File Type | Binary |
| Decoder Type | load, parse, parseSync, parseInBatches |
| Worker Thread Support | Yes |
| Streaming Support | Yes |
Usage​
import {ArrowLoader} from '@loaders.gl/arrow';
import {load} from '@loaders.gl/core';
const data = await load(url, ArrowLoader, options);
Options​
| Option | Type | Default | Description |
|---|