package pushdowns
- Alphabetic
- By Inheritance
- pushdowns
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package querygeneration
Package-level static methods and variable constants.
Package-level static methods and variable constants. These includes helper functions for adding and converting expressions, formatting blocks and identifiers, logging, and formatting SQL.
Type Members
- case class SnowflakePlan(output: Seq[Attribute], rdd: RDD[InternalRow]) extends SparkPlan with Product with Serializable
SnowflakePlan, with RDD defined by custom query.
- class SnowflakeStrategy extends Strategy
Clean up the plan, then try to generate a query from it for Snowflake.
Clean up the plan, then try to generate a query from it for Snowflake. The Try-Catch is unnecessary and may obfuscate underlying problems, but in beta mode we'll do it for safety and let Spark use other strategies in case of unexpected failure.
Value Members
- var globalParameter: Option[MergedParameters]
- def setGlobalParameter(param: MergedParameters): Unit