Package com.snowflake.snowpark_java
Class MergeBuilderAsyncActor
- java.lang.Object
 - 
- com.snowflake.snowpark_java.MergeBuilderAsyncActor
 
 
- 
public class MergeBuilderAsyncActor extends Object
Provides APIs to execute MergeBuilder actions asynchronously.- Since:
 - 1.3.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedAsyncJob<MergeResult>collect()Executes `MergeBuilder.collect()` asynchronously. 
 - 
 
- 
- 
Method Detail
- 
collect
public TypedAsyncJob<MergeResult> collect()
Executes `MergeBuilder.collect()` asynchronously.- Returns:
 - A 
TypedAsyncJobobject that you can use to check the status of the action and get the results. - Since:
 - 1.3.0
 
 
 - 
 
 -