package
centrifuge_sql
Type Members
-
case class
Delta(counts: DeltaPart, cols: Seq[DeltaPart]) extends Product with Serializable
-
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
-
class
QADF extends AnyRef
-
class
QATools extends AnyRef
-
case class
QAUdfInPlan(tocol: String, udf: ScalaUDF, fromFields: Seq[String]) extends Product with Serializable
Inherited from AnyRef
Inherited from Any