| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
DataFrameReader |
DataFrameReader.option(String key,
Object value)
Sets the specified option in the DataFrameReader.
|
DataFrameReader |
DataFrameReader.options(Map<String,Object> configs)
Sets multiple specified options in the DataFrameReader.
|
DataFrameReader |
Session.read()
Returns a DataFrameReader that you can use to read data from various supported sources (e.g.
|
DataFrameReader |
DataFrameReader.schema(StructType schema)
Returns a DataFrameReader instance with the specified schema configuration for the data to be
read.
|
© 2023 Snowflake Inc. All Rights Reserved