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 DataFrameReaderDataFrameReader. option(java.lang.String key, java.lang.Object value)Sets the specified option in the DataFrameReader.DataFrameReaderDataFrameReader. options(java.util.Map<java.lang.String,java.lang.Object> configs)Sets multiple specified options in the DataFrameReader.DataFrameReaderSession. read()Returns a DataFrameReader that you can use to read data from various supported sources (e.g.DataFrameReaderDataFrameReader. schema(StructType schema)Returns a DataFrameReader instance with the specified schema configuration for the data to be read.
-