Skip to content

ArrowEncoderFn

type ArrowEncoderFn = (rows) => Uint8Array;

Defined in: spark-session.ts:113

Encodes plain JavaScript Row objects into Arrow IPC streaming bytes for SparkSession.createDataFrame([...]). Injected by the runtime adapter.

Parameter Type
rows Row[]

Uint8Array