package implicits
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Catalog extends AnyRef
The Catalog class provides APIS to access the snowflake catalog tables, to get information about the object in the database
-
class
OptionsTable extends AnyRef
The options tables holds configurations values, in a similar way as the SparkSession.conf class.
Value Members
-
object
CaseExprExtensions
Column Extensions object containing implicit functions to the Snowpark Column object.
-
object
ColumnExtensions
Column Extensions object containing implicit functions to the Snowpark Column object.
-
object
DataFrameExtensions
DataFrame Extensions object containing implicit functions to the Snowpark DataFrame object.
-
object
SessionExtensions
Session Extensions object containing implicit functions to the Snowpark Session object.
Snowpark by itself is a powerful library, but still some utility functions can always help.
snowpark-extensions
Snowpark by itself is a powerful library, but still some utility functions can always help.
The source code for this library is available here
Installation
With Maven you can add something like this to your POM:
or with sbt use
Usage
just import it at the top of your file and it will automatically extend your snowpark package.
For example:
Extensions
See Session Extensions
See Session Builder Extensions
See DataFrame Extensions
See Column Extensions
See Function Extensions