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

    Interface SetOperationBranchFact

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

    Properties

    index: number
    projections: ProjectionFact[]