Values_0.ConditionExpressionSourceCondition expression defined in the Glue Studio data preparation recipe node.
type nonrec t = {condition : DatabrewCondition.t;The condition of the condition expression.
*)value : DatabrewConditionValue.t option;The value of the condition expression.
*)targetColumn : TargetColumn.t;The target column of the condition expressions.
*)}val make :
?value:??? ->
condition:DatabrewCondition.t ->
targetColumn:TargetColumn.t ->
unit ->
t