Uses of Package
org.apache.flink.table.runtime.operators.sink
-
Packages that use org.apache.flink.table.runtime.operators.sink Package Description org.apache.flink.table.runtime.operators.sink -
Classes in org.apache.flink.table.runtime.operators.sink used by org.apache.flink.table.runtime.operators.sink 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.ConstraintEnforcer.Builder Helper builder, so that theConstraintEnforcercan be instantiated with only the NOT NULL constraint validation, only the CHAR/VARCHAR length validation, only the BINARY/VARBINARY length validation or combinations of them, or all of them.ConstraintEnforcer.FieldInfo Helper POJO to keep info about CHAR/VARCHAR/BINARY/VARBINARY fields, used to determine if trimming or padding is needed.