public class DataFrameWriterAsyncActor extends Object
| Modifier and Type | Method and Description |
|---|---|
TypedAsyncJob<Void> |
saveAsTable(String tableName)
Executes `DataFrameWriter.saveAsTable` asynchronously.
|
TypedAsyncJob<Void> |
saveAsTable(String[] multipartIdentifier)
Executes `DataFrameWriter.saveAsTable` asynchronously.
|
public TypedAsyncJob<Void> saveAsTable(String tableName)
tableName - Name of the table where the data should be saved.public TypedAsyncJob<Void> saveAsTable(String[] multipartIdentifier)
multipartIdentifier - An array of strings that specify the database name, schema name, and
table name.© 2022 Snowflake Inc. All Rights Reserved