| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
WriteFileResult |
DataFrameWriter.csv(String path)
Saves the contents of the DataFrame to a CSV file on a stage.
|
WriteFileResult |
DataFrameWriter.json(String path)
Saves the contents of the DataFrame to a JSON file on a stage.
|
WriteFileResult |
DataFrameWriter.parquet(String path)
Saves the contents of the DataFrame to a Parquet file on a stage.
|
| Modifier and Type | Method and Description |
|---|---|
TypedAsyncJob<WriteFileResult> |
DataFrameWriterAsyncActor.csv(String path)
Executes `DataFrameWriter.csv()` asynchronously.
|
TypedAsyncJob<WriteFileResult> |
DataFrameWriterAsyncActor.json(String path)
Executes `DataFrameWriter.json()` asynchronously.
|
TypedAsyncJob<WriteFileResult> |
DataFrameWriterAsyncActor.parquet(String path)
Executes `DataFrameWriter.parquet()` asynchronously.
|
© 2022 Snowflake Inc. All Rights Reserved