Class SnowflakeIO.Concatenate

java.lang.Object
org.apache.beam.sdk.transforms.Combine.CombineFn<String,List<String>,List<String>>
org.apache.beam.sdk.io.snowflake.SnowflakeIO.Concatenate
All Implemented Interfaces:
Serializable, CombineFnBase.GlobalCombineFn<String,List<String>,List<String>>, HasDisplayData
Enclosing class:
SnowflakeIO

public static class SnowflakeIO.Concatenate extends Combine.CombineFn<String,List<String>,List<String>>
Combines list of String to provide one String with paths where files were staged for write.
See Also: