@squidcloud/client
    Preparing search index...

    Interface RootTableDetails

    Configuration details for the root table used in a join query. The root table serves as the entry point for evaluating joined data across multiple tables.

    interface RootTableDetails {
        alias: string;
        query: Query;
    }
    Index

    Properties

    Properties

    alias: string

    The alias for the root table in the join operation.

    query: Query

    The query object defining the root table's operation.