Skip to main content

ArrowLoader

arrow-logo

The ArrowLoader parses the Apache Arrow columnar table format.

LoaderCharacteristic
File FormatIPC: Encapsulated Message Format
Data FormatColumnar Table
File Extension.arrow
File TypeBinary
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