Skip to content

ArrowDecoderFn

type ArrowDecoderFn = (chunks) => Promise<Row[]>;

Defined in: spark-session.ts:107

Decodes Arrow IPC byte buffers into plain JavaScript Row objects. Injected by the runtime adapter; the core package has no Arrow dependency.

Parameter Type
chunks Uint8Array[]

Promise<Row[]>