case class MergedTable(left: HalfTable, right: HalfTable) extends Product with Serializable
- Alphabetic
- By Inheritance
- MergedTable
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- def addLeft(indexData: Any, priKeyData: Any, filterData: Any): Unit
- def addRight(indexData: Any, priKeyData: Any, filterData: Any): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def connectToLeftOf(int: Int, mergedTable: MergedTable): Unit
- def connectToRightOf(int: Int, mergedTable: MergedTable): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filterCol: Col
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInfo: Array[String]
- def getPriKeyCount(from: Any, to: Any): Long
- def getPriKeyCountWithFilter(filter: Any, from: Any, to: Any): Long
- def getPriKeysTagged(from: Any, to: Any, mergedMax: Int, mergedOffset: Long, isDecreasingOrder: Boolean): List[(Any, Boolean)]
- def getPriKeysTaggedWithFilter(filter: Any, from: Any, to: Any, mergedMax: Int, mergedOffset: Long, isDecreasingOrder: Boolean): List[(Any, Boolean)]
- val indexCol: Col
- val indexTableName: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val left: HalfTable
- val mergedDB: DBManager
-
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 populate: Array[String]
- val priKeyCol: Col
- def repopulate: Array[String]
- val right: HalfTable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
getPriKeysNested(from: Any, to: Any, mergedMax: Int, mergedOffset: Long, isDecreasingOrder: Boolean): NestedSelect
- Annotations
- @deprecated
- Deprecated
Nested queries take long time if the merged index table has > 10k entries. Use getPriKeyTagged instead
-
def
getPriKeysNestedWithFilter(filter: Any, from: Any, to: Any, mergedMax: Int, mergedOffset: Long, isDecreasingOrder: Boolean): NestedSelect
- Annotations
- @deprecated
- Deprecated
Nested queries take long time if the merged index table has > 10k entries. Use getPriKeyTaggedWithFilter instead