- selectFunction(java.lang.String, java.util.List) - Method in SnowflakeSpec
-
Returns the the result of a scalar function call.
- selectSingleValue(java.lang.String) - Method in SnowflakeSpec
-
Returns the first column of the first row of a SELECT statement.
- session - Property in Snowflake
-
The Snowpark session.
- setEphemeralContext() - Method in Snowflake
-
Set ephemeral context in the Snowflake session.
- setOriginalContext() - Method in Snowflake
-
Set original connection context in the Snowflake session.
- setupSpec() - Method in SnowflakeSpec
-
Built-in Spock method executed at the beginning of spec execution.
- SnowConfig - Class in io.github.stewartbryson
A class for parsing a credentials config file.
- SnowConfig(java.lang.String, java.lang.String) - Constructor in SnowConfig
-
Constructor using explicit credentials config file as a String path.
- snowConfig - Property in Snowflake
-
SnowConfig object.
- snowConfig - Property in SnowflakeTask
-
The credentials config file to use.
- Snowflake - Class in io.github.stewartbryson
A class that manages connecting to Snowflake, as well as providing information about that connection.
- Snowflake(java.io.File, java.lang.String) - Constructor in Snowflake
-
Constructor using explicit credentials config file as a File object.
- snowflake - Property in SnowflakeTask
-
- SnowflakeExtension - Class in io.github.stewartbryson
The plugin configuration extension that is applied to the Gradle project as 'snowflake'.
- SnowflakeExtension(org.gradle.api.Project) - Constructor in SnowflakeExtension
-
Constructor.
- SnowflakeJvm - Class in io.github.stewartbryson
A Cacheable Gradle task for publishing UDFs and procedures to Snowflake.
- SnowflakeJvm() - Constructor in SnowflakeJvm
-
The task Constructor with 'description' and 'group'.
- SnowflakePlugin - Class in io.github.stewartbryson
A Gradle plugin for publishing UDFs to Snowflake.
- SnowflakePlugin() - Constructor in SnowflakePlugin
-
- SnowflakeSpec - Class in io.github.stewartbryson
A Spock specification for functional testing in Snowflake.
- SnowflakeSpec() - Constructor in SnowflakeSpec
-
- SnowflakeTask - Class in io.github.stewartbryson
A superclass for creating Gradle tasks that work with Snowflake.
- SnowflakeTask() - Constructor in SnowflakeTask
-
- stage - Property in SnowflakeExtension
-
The Snowflake stage to upload to.
- stage - Property in SnowflakeJvm
-
The Snowflake stage to publish to.