DuckDB-WASM
    Preparing search index...

    Interface ArrowInsertOptions

    interface ArrowInsertOptions {
        create?: boolean;
        name: string;
        schema?: string;
    }
    Index

    Properties

    Properties

    create?: boolean
    name: string
    schema?: string