Apache Arrow - v20.0.0
    Preparing search index...

    Type Alias StructRowProxy<T>

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

    Type Parameters

    • T extends TypeMap = any