iceberg-js
    Preparing search index...

    Interface AddSchemaUpdate

    interface AddSchemaUpdate {
        action: "add-schema";
        "last-column-id"?: number;
        schema: TableSchema;
    }
    Index

    Properties

    action: "add-schema"
    "last-column-id"?: number

    server-managed; included for backward compat with older catalogs

    schema: TableSchema