Polyglot SQL API Documentation - v0.8.1
    Preparing search index...

    Interface SetOperationBranchFact

    interface SetOperationBranchFact {
        index: number;
        projections: ProjectionFact[];
        role: SetOperationBranchRole;
    }
    Index

    Properties

    index: number
    projections: ProjectionFact[]