case class OverlappedRange(lo: Double, hi: Double, leftNdv: Double, rightNdv: Double, leftNumRows: Double, rightNumRows: Double) extends Product with Serializable
A join between two equi-height histograms may produce multiple overlapped ranges. Each overlapped range is produced by a part of one bin in the left histogram and a part of one bin in the right histogram.
- lo
lower bound of this overlapped range.
- hi
higher bound of this overlapped range.
- leftNdv
ndv in the left part.
- rightNdv
ndv in the right part.
- leftNumRows
number of rows in the left part.
- rightNumRows
number of rows in the right part.
- Alphabetic
- By Inheritance
- OverlappedRange
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new OverlappedRange(lo: Double, hi: Double, leftNdv: Double, rightNdv: Double, leftNumRows: Double, rightNumRows: Double)
- lo
lower bound of this overlapped range.
- hi
higher bound of this overlapped range.
- leftNdv
ndv in the left part.
- rightNdv
ndv in the right part.
- leftNumRows
number of rows in the left part.
- rightNumRows
number of rows in the right part.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hi: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leftNdv: Double
- val leftNumRows: Double
- val lo: Double
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rightNdv: Double
- val rightNumRows: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()