Chevron DownCommand-Line Reference
Chevron DownAPI Reference

ArrowLoader

The Arrow loaders are still under development.

The ArrowLoader parses the Apache Arrow columnar table format.

LoaderCharacteristic
File FormatIPC: Encapsulated Message Format
File Extension.arrow
File TypeBinary
Data FormatColumnar Table
Decoder Typeload, parse, parseSync, parseInBatches
Worker Thread SupportYes
Streaming SupportYes

Usage

import {ArrowLoader} from '@loaders.gl/arrow';
import {load} from '@loaders.gl/core';

const data = await load(url, ArrowLoader, options);

Options

OptionTypeDefaultDescription