Interface ApacheArrowFieldLikeExperimental

interface ApacheArrowFieldLike {
    metadata: ReadonlyMap<string, string>;
    name: string;
    nullable: boolean;
    type: ApacheArrowTypeLike;
}

Properties

metadata: ReadonlyMap<string, string>
name: string
nullable: boolean