Uses of Class
com.snowflake.snowpark_java.MergeResult
-
Packages that use MergeResult Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of MergeResult in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return MergeResult Modifier and Type Method Description MergeResult
MergeBuilder. collect()
Executes the merge action and returns aMergeResult
, representing number of rows inserted, updated and deleted by this merge action.Methods in com.snowflake.snowpark_java that return types with arguments of type MergeResult Modifier and Type Method Description TypedAsyncJob<MergeResult>
MergeBuilderAsyncActor. collect()
Executes `MergeBuilder.collect()` asynchronously.
-