Package

org.apache.spark

sql

Permalink

package sql

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

Type Members

  1. case class BDGCoverage(tableName: String, sampleId: String, result: String, target: Option[String], output: Seq[Attribute]) extends LeafNode with MultiInstanceRelation with Product with Serializable

    Permalink
  2. type DataFrame = Dataset[Row]

    Permalink
  3. case class GenomicInterval(contig: String, start: Int, end: Int, output: Seq[Attribute]) extends LeafNode with MultiInstanceRelation with Serializable with Product

    Permalink
  4. case class PileupTemplate(tableName: String, sampleId: String, refPath: String, qual: Boolean, binSize: Option[Int], output: Seq[Attribute]) extends LeafNode with MultiInstanceRelation with Product with Serializable

    Permalink
  5. case class SequilaSession(sparkSession: SparkSession) extends SparkSession with Product with Serializable

    Permalink
  6. case class SequilaSessionState(sparkSession: SparkSession, customAnalyzer: Analyzer, executePlan: (LogicalPlan) ⇒ QueryExecution) extends SessionState with Product with Serializable

    Permalink
  7. type Strategy = SparkStrategy

    Permalink
    Annotations
    @DeveloperApi() @Unstable()

Value Members

  1. object BDGCoverage extends Serializable

    Permalink
  2. object GenomicInterval extends Serializable

    Permalink

    Factory for constructing new GenomicInterval nodes.

  3. object PileupTemplate extends Serializable

    Permalink
  4. object ResolveTableValuedFunctionsSeq extends Rule[LogicalPlan]

    Permalink

    Rule that resolves table-valued function references.

  5. object UTVFRegister

    Permalink
  6. package catalyst

    Permalink
  7. package execution

    Permalink
  8. package hive

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped