Packages

case class Compound(compoundType: CompoundType) extends RegularRelOp with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Compound
  2. Serializable
  3. Product
  4. Equals
  5. RegularRelOp
  6. RelOp
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Compound(compoundType: CompoundType)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val arity: Int

    Arity of the operator (that is, number of inputs)

    Arity of the operator (that is, number of inputs)

    Definition Classes
    CompoundRelOp
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val compoundType: CompoundType
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def isLocEvaluable(loc: Location): Boolean

    Is this operator evaluable at the given location?

    Is this operator evaluable at the given location?

    loc

    Location

    Definition Classes
    CompoundRelOp
  12. def isStreamEvaluable(inputs: List[RelExpr]): Boolean

    Is this operator evaluable over the input stream?

    Is this operator evaluable over the input stream?

    inputs

    Input expressions

    Definition Classes
    CompoundRelOp
  13. def locationIdOpt(inputs: List[RelExpr]): Option[LocationId]

    The location where this operator can be evaluated

    The location where this operator can be evaluated

    inputs

    Input expressions

    returns

    Location where this operator can be evaluated (if any)

    Definition Classes
    CompoundRelOp
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def resultOrder(inputs: List[RelExpr]): List[SortExpr]

    The sort order of the result of this operator

    The sort order of the result of this operator

    inputs

    Input expressions

    returns

    Sort order of the result of this operator (if any)

    Definition Classes
    CompoundRelOp
  19. def starColumns(inputs: List[RelExpr]): List[AnnotColRef]

    The columns in the result of "select *" over this operator

    The columns in the result of "select *" over this operator

    inputs

    Input expressions

    returns

    Columns in the result of "select *" over this operator

    Definition Classes
    CompoundRelOp
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def tableColRefs(inputs: List[RelExpr]): List[ColRef]

    The column names in the result of this operator

    The column names in the result of this operator

    inputs

    Input expressions

    returns

    Columns names in the result of this operator

    Definition Classes
    CompoundRelOp
  22. def tableNames(inputs: List[RelExpr]): List[String]

    The table names in the scope of the result of this operator

    The table names in the scope of the result of this operator

    inputs

    Input expressions

    returns

    Table names in the scope of the result of this operator

    Definition Classes
    CompoundRelOp
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RegularRelOp

Inherited from RelOp

Inherited from AnyRef

Inherited from Any

Ungrouped