Interface ApacheArrowVectorLikeExperimental

Structural Apache Arrow vector used by the optional adapter.

interface ApacheArrowVectorLike {
    data: readonly ApacheArrowDataLike[];
    length: number;
}

Properties

Properties

data: readonly ApacheArrowDataLike[]
length: number