Uses of Class
com.snowflake.snowpark_java.DataFrameReader
-
Packages that use DataFrameReader Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of DataFrameReader in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return DataFrameReader Modifier and Type Method 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.
-