Package org.apache.flink.table.runtime.operators.sink.constraint
-
Interface Summary Interface Description Constraint Interface for constraints to be enforced on the inputRowData. -
Class Summary Class Description ConstraintEnforcer ProcessesRowDatato enforce the following constraints:NOT NULLcolumn constraint of a sink tableCHAR(length)/@{code VARCHAR(length)}: trim string values to comply with thelengthdefined in their corresponding types.ConstraintEnforcerExecutor Logic extracted fromConstraintEnforcerin order to use it outside ofTableStreamOperator. -
Exception Summary Exception Description EnforcerException Exception thrown when a constraint is violated.