| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
static SaveMode |
SaveMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveMode[] |
SaveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataFrameWriter |
DataFrameWriter.mode(SaveMode saveMode)
Returns a new DataFrameWriter with the specified save mode configuration.
|
© 2023 Snowflake Inc. All Rights Reserved