Package

org.apache.spark.sql

centrifuge_sql

Permalink

package centrifuge_sql

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

Type Members

  1. case class Delta(counts: DeltaPart, cols: Seq[DeltaPart]) extends Product with Serializable

    Permalink
  2. case class DeltaPart(colName: String, sumOnlyLeft: Option[Long], sumOnlyRight: Option[Long], sumBothRight: Option[Long], sumBothLeft: Option[Long], sumBothDelta: Option[Long], sumBothDeltaSquared: Option[Long], countNbExact: Option[Long]) extends Product with Serializable

    Permalink
  3. class QADF extends AnyRef

    Permalink
  4. class QATools extends AnyRef

    Permalink
  5. case class QAUdfInPlan(tocol: String, udf: ScalaUDF, fromFields: Seq[String]) extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped