prorm API Reference
    Preparing search index...

    Interface MaterializedViewOptions

    interface MaterializedViewOptions {
        name: string;
        schema?: string;
        comment?: string;
        replace?: boolean;
        clusterOn?: string[];
        storageParams?: Record<string, string>;
    }

    Hierarchy (View Summary)

    Index
    name: string

    View name

    schema?: string

    Schema for the view

    comment?: string

    Comment for the view

    replace?: boolean

    Replace if exists

    clusterOn?: string[]

    Columns to cluster on

    storageParams?: Record<string, string>

    Storage parameters