Snowpark (Preview Version)
--------------------------

Snowpark is a client library for querying and interacting with the
Snowflake database.

This distribution contains a preview version of Snowpark and includes the
following files and directories:

- snowpark-x.x.x.jar contains the classes for the library.
- The lib directory contains the dependencies for the Snowpark library.
- The docs directory contains the scaladoc for the Snowpark API.
- run.sh starts the Scala REPL with the Snowpark library dependencies in the classpath.
- preload.scala is used by the run.sh script to import the com.snowflake.snowpark package and the
  com.snowflake.snowpark.functions object.
