Interface ApacheArrowTypeLikeExperimental

Structural Arrow type metadata needed for schema-safe zero-copy import.

interface ApacheArrowTypeLike {
    children?: readonly ApacheArrowFieldLike[];
    isOrdered?: boolean;
    toString(): string;
}

Properties

Methods

Properties

children?: readonly ApacheArrowFieldLike[]
isOrdered?: boolean

Methods