@eagleoutice/flowr - v2.10.2
    Preparing search index...
    • Gets the default resulting constraint type for an abstract data frame operation.

      Parameters

      • operation:
            | "unknown"
            | "join"
            | "read"
            | "create"
            | "accessCols"
            | "accessRows"
            | "assignCols"
            | "assignRows"
            | "setColNames"
            | "addCols"
            | "addRows"
            | "removeCols"
            | "removeRows"
            | "concatCols"
            | "concatRows"
            | "subsetCols"
            | "subsetRows"
            | "filterRows"
            | "mutateCols"
            | "groupBy"
            | "summarize"
            | "identity"

      Returns ConstraintType