Class

org.opencypher.spark.impl.physical.operators

TabularUnionAll

Related Doc: package operators

Permalink

final case class TabularUnionAll(lhs: CAPSPhysicalOperator, rhs: CAPSPhysicalOperator) extends BinaryPhysicalOperator with InheritedHeader with PhysicalOperatorDebugging with Product with Serializable

Computes the union of the two input operators. The two inputs must have identical headers. This operation does not remove duplicates.

The output header of this operation is identical to the input headers.

lhs

the first operand

rhs

the second operand

Linear Supertypes
Serializable, Serializable, PhysicalOperatorDebugging, InheritedHeader, BinaryPhysicalOperator, CAPSPhysicalOperator, PhysicalOperator[CAPSRecords, CAPSGraph, CAPSRuntimeContext], AbstractTreeNode[CAPSPhysicalOperator], TreeNode[CAPSPhysicalOperator], Traversable[CAPSPhysicalOperator], GenTraversable[CAPSPhysicalOperator], GenericTraversableTemplate[CAPSPhysicalOperator, Traversable], TraversableLike[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]], GenTraversableLike[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]], Parallelizable[CAPSPhysicalOperator, ParIterable[CAPSPhysicalOperator]], TraversableOnce[CAPSPhysicalOperator], GenTraversableOnce[CAPSPhysicalOperator], FilterMonadic[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]], HasNewBuilder[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TabularUnionAll
  2. Serializable
  3. Serializable
  4. PhysicalOperatorDebugging
  5. InheritedHeader
  6. BinaryPhysicalOperator
  7. CAPSPhysicalOperator
  8. PhysicalOperator
  9. AbstractTreeNode
  10. TreeNode
  11. Traversable
  12. GenTraversable
  13. GenericTraversableTemplate
  14. TraversableLike
  15. GenTraversableLike
  16. Parallelizable
  17. TraversableOnce
  18. GenTraversableOnce
  19. FilterMonadic
  20. HasNewBuilder
  21. Product
  22. Equals
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TabularUnionAll(lhs: CAPSPhysicalOperator, rhs: CAPSPhysicalOperator)

    Permalink

    lhs

    the first operand

    rhs

    the second operand

Type Members

  1. type Self = Traversable[CAPSPhysicalOperator]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: CAPSPhysicalOperator, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  4. def ++:[B >: CAPSPhysicalOperator, That](that: Traversable[B])(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  5. def ++:[B >: CAPSPhysicalOperator, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def /:[B](z: B)(op: (B, CAPSPhysicalOperator) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  7. def :\[B](z: B)(op: (CAPSPhysicalOperator, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  10. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  12. def aggregate[B](z: ⇒ B)(seqop: (B, CAPSPhysicalOperator) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. def argString: String

    Permalink
    Definition Classes
    TreeNode
  14. def args: Iterator[Any]

    Permalink
    Definition Classes
    CAPSPhysicalOperator → TreeNode
  15. def arity: Int

    Permalink
    Definition Classes
    TreeNode
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. final val children: Array[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode
  18. final lazy val childrenAsSet: Set[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    AbstractTreeNode
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def collect[B, That](pf: PartialFunction[CAPSPhysicalOperator, B])(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  21. def collectFirst[B](pf: PartialFunction[CAPSPhysicalOperator, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  22. def companion: GenericCompanion[Traversable]

    Permalink
    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  23. final def containsChild(other: CAPSPhysicalOperator): Boolean

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode
    Annotations
    @inline()
  24. final def containsTree(other: CAPSPhysicalOperator): Boolean

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode
    Annotations
    @inline()
  25. def copyToArray[B >: CAPSPhysicalOperator](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  26. def copyToArray[B >: CAPSPhysicalOperator](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def copyToArray[B >: CAPSPhysicalOperator](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def copyToBuffer[B >: CAPSPhysicalOperator](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  29. def count(p: (CAPSPhysicalOperator) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def drop(n: Int): Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  31. def dropWhile(p: (CAPSPhysicalOperator) ⇒ Boolean): Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  32. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def execute(implicit context: CAPSRuntimeContext): CAPSPhysicalResult

    Permalink

    Wrapper around execute that measures how long an operator takes to execute.

    Wrapper around execute that measures how long an operator takes to execute.

    If all input records are run with it as well, then they are cached and their computation was forced before measuring how long forcing the computation required by the current operator takes.

    Debugging computes every operator twice: once to measure how long the computation takes and once to force the computation of a cached version of its result. The reason for this is that the caching itself might be associated with overhead that we would like to exclude from the measurement.

    context

    backend-specific runtime context

    returns

    physical result

    Definition Classes
    PhysicalOperatorDebugging → CAPSPhysicalOperator → PhysicalOperator
  34. def executeBinary(left: CAPSPhysicalResult, right: CAPSPhysicalResult)(implicit context: CAPSRuntimeContext): CAPSPhysicalResult

    Permalink
    Definition Classes
    TabularUnionAll → BinaryPhysicalOperator
  35. def exists(p: (CAPSPhysicalOperator) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  36. def filter(p: (CAPSPhysicalOperator) ⇒ Boolean): Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  37. def filterNot(p: (CAPSPhysicalOperator) ⇒ Boolean): Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  38. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def find(p: (CAPSPhysicalOperator) ⇒ Boolean): Option[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  40. def flatMap[B, That](f: (CAPSPhysicalOperator) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  41. def flatten[B](implicit asTraversable: (CAPSPhysicalOperator) ⇒ GenTraversableOnce[B]): Traversable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  42. def fold[A1 >: CAPSPhysicalOperator](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def foldLeft[B](z: B)(op: (B, CAPSPhysicalOperator) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def foldRight[B](z: B)(op: (CAPSPhysicalOperator, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def forall(p: (CAPSPhysicalOperator) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  46. final def foreach[O](f: (CAPSPhysicalOperator) ⇒ O): Unit

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
    Annotations
    @inline()
  47. def genericBuilder[B]: Builder[B, Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  48. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  49. def groupBy[K](f: (CAPSPhysicalOperator) ⇒ K): Map[K, Traversable[CAPSPhysicalOperator]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  50. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  51. final lazy val hashCode: Int

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode → AnyRef → Any
  52. def head: CAPSPhysicalOperator

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  53. def headOption: Option[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  54. val header: RecordHeader

    Permalink
    Definition Classes
    InheritedHeader
  55. final lazy val height: Int

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode
  56. def init: Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  57. def inits: Iterator[Traversable[CAPSPhysicalOperator]]

    Permalink
    Definition Classes
    TraversableLike
  58. def isEmpty: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  59. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  60. def isLeaf: Boolean

    Permalink
    Definition Classes
    TreeNode
  61. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  62. def last: CAPSPhysicalOperator

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  63. def lastOption: Option[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  64. val lhs: CAPSPhysicalOperator

    Permalink

    the first operand

    the first operand

    Definition Classes
    TabularUnionAll → BinaryPhysicalOperator
  65. final def map[O <: TreeNode[O]](f: (CAPSPhysicalOperator) ⇒ O)(implicit arg0: ClassTag[O]): O

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode
    Annotations
    @inline()
  66. def map[B, That](f: (CAPSPhysicalOperator) ⇒ B)(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  67. def max[B >: CAPSPhysicalOperator](implicit cmp: Ordering[B]): CAPSPhysicalOperator

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  68. def maxBy[B](f: (CAPSPhysicalOperator) ⇒ B)(implicit cmp: Ordering[B]): CAPSPhysicalOperator

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  69. def min[B >: CAPSPhysicalOperator](implicit cmp: Ordering[B]): CAPSPhysicalOperator

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  70. def minBy[B](f: (CAPSPhysicalOperator) ⇒ B)(implicit cmp: Ordering[B]): CAPSPhysicalOperator

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  71. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  72. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  75. def newBuilder: Builder[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  76. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  78. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  79. def par: ParIterable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    Parallelizable
  80. def parCombiner: Combiner[CAPSPhysicalOperator, ParIterable[CAPSPhysicalOperator]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  81. def partition(p: (CAPSPhysicalOperator) ⇒ Boolean): (Traversable[CAPSPhysicalOperator], Traversable[CAPSPhysicalOperator])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  82. def pretty(implicit depth: Int): String

    Permalink
    Definition Classes
    TreeNode
  83. def product[B >: CAPSPhysicalOperator](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def reduce[A1 >: CAPSPhysicalOperator](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  85. def reduceLeft[B >: CAPSPhysicalOperator](op: (B, CAPSPhysicalOperator) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  86. def reduceLeftOption[B >: CAPSPhysicalOperator](op: (B, CAPSPhysicalOperator) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def reduceOption[A1 >: CAPSPhysicalOperator](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def reduceRight[B >: CAPSPhysicalOperator](op: (CAPSPhysicalOperator, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def reduceRightOption[B >: CAPSPhysicalOperator](op: (CAPSPhysicalOperator, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def repr: Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  91. def resolve(qualifiedGraphName: QualifiedGraphName)(implicit context: CAPSRuntimeContext): CAPSGraph

    Permalink
    Attributes
    protected
    Definition Classes
    CAPSPhysicalOperator
  92. def resolveTags(qgn: QualifiedGraphName)(implicit context: CAPSRuntimeContext): Set[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    CAPSPhysicalOperator
  93. def reversed: List[CAPSPhysicalOperator]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  94. val rhs: CAPSPhysicalOperator

    Permalink

    the second operand

    the second operand

    Definition Classes
    TabularUnionAll → BinaryPhysicalOperator
  95. def scan[B >: CAPSPhysicalOperator, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  96. def scanLeft[B, That](z: B)(op: (B, CAPSPhysicalOperator) ⇒ B)(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  97. def scanRight[B, That](z: B)(op: (CAPSPhysicalOperator, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[CAPSPhysicalOperator], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  98. def seq: Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  99. final lazy val size: Int

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode → GenTraversableLike → TraversableOnce → GenTraversableOnce
  100. def slice(from: Int, until: Int): Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  101. def span(p: (CAPSPhysicalOperator) ⇒ Boolean): (Traversable[CAPSPhysicalOperator], Traversable[CAPSPhysicalOperator])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  102. def splitAt(n: Int): (Traversable[CAPSPhysicalOperator], Traversable[CAPSPhysicalOperator])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  103. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  104. def sum[B >: CAPSPhysicalOperator](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  106. def tail: Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  107. def tails: Iterator[Traversable[CAPSPhysicalOperator]]

    Permalink
    Definition Classes
    TraversableLike
  108. def take(n: Int): Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  109. def takeWhile(p: (CAPSPhysicalOperator) ⇒ Boolean): Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  110. def thisCollection: Traversable[CAPSPhysicalOperator]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  111. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, CAPSPhysicalOperator, Col[CAPSPhysicalOperator]]): Col[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  112. def toArray[B >: CAPSPhysicalOperator](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def toBuffer[B >: CAPSPhysicalOperator]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def toCollection(repr: Traversable[CAPSPhysicalOperator]): Traversable[CAPSPhysicalOperator]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  115. def toIndexedSeq: IndexedSeq[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def toIterable: Iterable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def toIterator: Iterator[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableOnce
  118. def toList: List[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def toMap[T, U](implicit ev: <:<[CAPSPhysicalOperator, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def toSeq: Seq[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. def toSet[B >: CAPSPhysicalOperator]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  122. def toStream: Stream[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableOnce
  123. def toString(): String

    Permalink
    Definition Classes
    TreeNode → TraversableLike → AnyRef → Any
  124. def toTraversable: Traversable[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  125. def toVector: Vector[CAPSPhysicalOperator]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def transpose[B](implicit asTraversable: (CAPSPhysicalOperator) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  127. def unzip[A1, A2](implicit asPair: (CAPSPhysicalOperator) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  128. def unzip3[A1, A2, A3](implicit asTriple: (CAPSPhysicalOperator) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  129. def view(from: Int, until: Int): TraversableView[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

    Permalink
    Definition Classes
    TraversableLike
  130. def view: TraversableView[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

    Permalink
    Definition Classes
    TraversableLike
  131. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. def withFilter(p: (CAPSPhysicalOperator) ⇒ Boolean): FilterMonadic[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  135. final def withNewChildren(newChildren: Array[CAPSPhysicalOperator]): CAPSPhysicalOperator

    Permalink
    Definition Classes
    AbstractTreeNode → TreeNode
    Annotations
    @inline()

Inherited from Serializable

Inherited from Serializable

Inherited from PhysicalOperatorDebugging

Inherited from InheritedHeader

Inherited from BinaryPhysicalOperator

Inherited from CAPSPhysicalOperator

Inherited from PhysicalOperator[CAPSRecords, CAPSGraph, CAPSRuntimeContext]

Inherited from AbstractTreeNode[CAPSPhysicalOperator]

Inherited from TreeNode[CAPSPhysicalOperator]

Inherited from Traversable[CAPSPhysicalOperator]

Inherited from GenTraversable[CAPSPhysicalOperator]

Inherited from GenericTraversableTemplate[CAPSPhysicalOperator, Traversable]

Inherited from TraversableLike[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

Inherited from GenTraversableLike[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

Inherited from Parallelizable[CAPSPhysicalOperator, ParIterable[CAPSPhysicalOperator]]

Inherited from TraversableOnce[CAPSPhysicalOperator]

Inherited from GenTraversableOnce[CAPSPhysicalOperator]

Inherited from FilterMonadic[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

Inherited from HasNewBuilder[CAPSPhysicalOperator, Traversable[CAPSPhysicalOperator]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped