Function getConstraintType
getConstraintType( operation: | "join" | "unknown" | "read" | "create" | "accessCols" | "accessRows" | "assignCols" | "assignRows" | "setColNames" | "addCols" | "addRows" | "removeCols" | "removeRows" | "concatCols" | "concatRows" | "subsetCols" | "subsetRows" | "filterRows" | "mutateCols" | "groupBy" | "summarize" | "identity",): ConstraintType Parameters
- operation:
| "join"
| "unknown"
| "read"
| "create"
| "accessCols"
| "accessRows"
| "assignCols"
| "assignRows"
| "setColNames"
| "addCols"
| "addRows"
| "removeCols"
| "removeRows"
| "concatCols"
| "concatRows"
| "subsetCols"
| "subsetRows"
| "filterRows"
| "mutateCols"
| "groupBy"
| "summarize"
| "identity"
Gets the default resulting constraint type for an abstract data frame operation.