| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
DataFrameWriter |
DataFrameWriter.mode(SaveMode saveMode)
Returns a new DataFrameWriter with the specified save mode configuration.
|
DataFrameWriter |
DataFrameWriter.mode(String saveMode)
Returns a new DataFrameWriter with the specified save mode configuration.
|
DataFrameWriter |
DataFrameWriter.option(String key,
Object value)
Sets the specified option in the DataFrameWriter.
|
DataFrameWriter |
DataFrameWriter.options(Map<String,Object> configs)
Sets multiple specified options in the DataFrameWriter.
|
DataFrameWriter |
DataFrame.write()
Returns a DataFrameWriter object that you can use to write the data in the DataFrame to any
supported destination.
|
© 2023 Snowflake Inc. All Rights Reserved