Member Junction
    Preparing search index...

    A key that earned a real column, with its inferred bounded type.

    interface PromotionCandidate {
        Coverage: number;
        Inferred: InferredColumnType;
        Key: string;
    }
    Index

    Properties

    Properties

    Coverage: number

    Pervasiveness in [0,1] = Occurrences / TotalRows.

    The inferred, generously-bounded column type.

    Key: string

    The source key → becomes both the SourceFieldName (field map) and the column name.