package pushdowns
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- pushdowns
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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