Uses of Class
com.snowflake.snowpark_java.DataFrameWriter
-
Packages that use DataFrameWriter Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of DataFrameWriter in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return DataFrameWriter Modifier and Type Method Description DataFrameWriterDataFrameWriter. mode(SaveMode saveMode)Returns a new DataFrameWriter with the specified save mode configuration.DataFrameWriterDataFrameWriter. mode(String saveMode)Returns a new DataFrameWriter with the specified save mode configuration.DataFrameWriterDataFrameWriter. option(String key, Object value)Sets the specified option in the DataFrameWriter.DataFrameWriterDataFrameWriter. options(Map<String,Object> configs)Sets multiple specified options in the DataFrameWriter.DataFrameWriterDataFrame. write()Returns a DataFrameWriter object that you can use to write the data in the DataFrame to any supported destination.
-