Package

net.snowflake.spark.snowflake

pushdowns

Permalink

package pushdowns

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    SnowflakePlan, with RDD defined by custom query.

  2. class SnowflakeStrategy extends Strategy

    Permalink

    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. package querygeneration

    Permalink

    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.

Ungrouped