Apache Arrow - v21.1.0
    正在准备搜索索引...

    类型别名 StructRowProxy<T>

    StructRowProxy: StructRow<T> & { [P in keyof T]: T[P]["TValue"] } & {
        [key: symbol]: any;
    }

    类型参数

    • T extends TypeMap = any