Class SnowflakeInternalUtils
- java.lang.Object
-
- io.deltastream.flink.connector.snowflake.sink.internal.SnowflakeInternalUtils
-
public class SnowflakeInternalUtils extends Object
Util class for providing wrappers for common Snowflake related static logic.
-
-
Constructor Summary
Constructors Constructor Description SnowflakeInternalUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateClientOrChannelName(String prefix, String name, Integer id)Generate a name for ingest client or channel from given parts, skipping null or empty parts.
-