Packages

case class Order(sortExprs: List[SortExpr]) extends RegularRelOp with SortRelOp with Product with Serializable

Sort order specification

sortExprs

Sort expressions that determine the sort order

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

Instance Constructors

  1. new Order(sortExprs: List[SortExpr])

    sortExprs

    Sort expressions that determine the sort order

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
    OrderRelOp
  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. def compatiblePartnCols(partnCols: List[ColRef]): List[ColRef]
  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
    OrderRelOp
  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
    OrderRelOp
  13. def isSubsumedBy(orderOpt: Option[Order]): Boolean
  14. def isSubsumedBy(order: Order): Boolean
  15. def isSubsumedBy(order: List[SortExpr]): Boolean
  16. 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
    OrderRelOp
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. 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
    OrderRelOp
  22. val sortExprs: List[SortExpr]
    Definition Classes
    OrderSortRelOp
  23. 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
    OrderRelOp
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. 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
    OrderRelOp
  26. 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
    OrderRelOp
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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 SortRelOp

Inherited from RegularRelOp

Inherited from RelOp

Inherited from AnyRef

Inherited from Any

Ungrouped