@eagleoutice/flowr - v2.15.8
Preparing search index...
src/abstract-interpretation/data-frame/semantics
getConstraintType
Function getConstraintType
getConstraintType
(
operation
:
|
"join"
|
"create"
|
"read"
|
"accessCols"
|
"accessRows"
|
"assignCols"
|
"assignRows"
|
"setColNames"
|
"addCols"
|
"addRows"
|
"removeCols"
|
"removeRows"
|
"concatCols"
|
"concatRows"
|
"subsetCols"
|
"subsetRows"
|
"filterRows"
|
"mutateCols"
|
"groupBy"
|
"summarize"
|
"unknown"
|
"identity"
,
)
:
ConstraintType
Gets the default resulting constraint type for an abstract data frame operation.
Parameters
operation
:
|
"join"
|
"create"
|
"read"
|
"accessCols"
|
"accessRows"
|
"assignCols"
|
"assignRows"
|
"setColNames"
|
"addCols"
|
"addRows"
|
"removeCols"
|
"removeRows"
|
"concatCols"
|
"concatRows"
|
"subsetCols"
|
"subsetRows"
|
"filterRows"
|
"mutateCols"
|
"groupBy"
|
"summarize"
|
"unknown"
|
"identity"
Returns
ConstraintType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Gets the default resulting constraint type for an abstract data frame operation.