Uses of Package
org.apache.flink.table.runtime.operators.sink
Packages that use org.apache.flink.table.runtime.operators.sink
-
Classes in org.apache.flink.table.runtime.operators.sink used by org.apache.flink.table.runtime.operators.sinkClassDescriptionProcesses
RowDatato 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.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.Helper POJO to keep info about CHAR/VARCHAR/BINARY/VARBINARY fields, used to determine if trimming or padding is needed.