Packages

t

org.apache.spark.sql.catalyst.plans

AliasAwareQueryOutputOrdering

trait AliasAwareQueryOutputOrdering[T <: QueryPlan[T]] extends AliasAwareOutputExpression

A trait that handles aliases in the orderingExpressions to produce outputOrdering that satisfies ordering requirements.

Self Type
AliasAwareQueryOutputOrdering[T] with QueryPlan[T]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AliasAwareQueryOutputOrdering
  2. AliasAwareOutputExpression
  3. SQLConfHelper
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def orderingExpressions: Seq[SortOrder]
    Attributes
    protected
  2. abstract def outputExpressions: Seq[NamedExpression]
    Attributes
    protected
    Definition Classes
    AliasAwareOutputExpression

Concrete 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 aliasCandidateLimit: Int
    Attributes
    protected
    Definition Classes
    AliasAwareOutputExpression
  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()
  7. def conf: SQLConf

    The active config object within the current scope.

    The active config object within the current scope. See SQLConf.get for more information.

    Definition Classes
    SQLConfHelper
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hasAlias: Boolean
    Attributes
    protected
    Definition Classes
    AliasAwareOutputExpression
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def outputOrdering: Seq[SortOrder]
  19. def projectExpression(expr: Expression): Stream[Expression]

    Return a stream of expressions in which the original expression is projected with aliasMap.

    Return a stream of expressions in which the original expression is projected with aliasMap.

    Attributes
    protected
    Definition Classes
    AliasAwareOutputExpression
  20. def strip(expr: Expression): Expression

    This method can be used to strip expression which does not affect the result, for example: strip the expression which is ordering agnostic for output ordering.

    This method can be used to strip expression which does not affect the result, for example: strip the expression which is ordering agnostic for output ordering.

    Attributes
    protected
    Definition Classes
    AliasAwareQueryOutputOrderingAliasAwareOutputExpression
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SQLConfHelper

Inherited from AnyRef

Inherited from Any

Ungrouped