public class SnowflakeBatchServiceImpl extends java.lang.Object implements SnowflakeService<SnowflakeBatchServiceConfig>
SnowflakeService used in production.| Constructor and Description | 
|---|
| SnowflakeBatchServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | read(SnowflakeBatchServiceConfig config)Reading data from Snowflake tables in batch processing. | 
| void | write(SnowflakeBatchServiceConfig config)Writing data to Snowflake in batch mode. | 
public void write(SnowflakeBatchServiceConfig config) throws java.lang.Exception
write in interface SnowflakeService<SnowflakeBatchServiceConfig>java.lang.Exceptionpublic java.lang.String read(SnowflakeBatchServiceConfig config) throws java.lang.Exception
read in interface SnowflakeService<SnowflakeBatchServiceConfig>java.lang.Exception