Packages

package pushdowns

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pushdowns
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class SnowflakePlan(output: Seq[Attribute], rdd: RDD[InternalRow]) extends SparkPlan with Product with Serializable

    SnowflakePlan, with RDD defined by custom query.

  2. 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

  1. var globalParameter: Option[MergedParameters]
  2. def setGlobalParameter(param: MergedParameters): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped