Packages

object DistinctKeyVisitor extends LogicalPlanVisitor[Set[ExpressionSet]]

A visitor pattern for traversing a LogicalPlan tree and propagate the distinct attributes.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistinctKeyVisitor
  2. LogicalPlanVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def default(p: LogicalPlan): Set[ExpressionSet]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. def visit(p: LogicalPlan): Set[ExpressionSet]
    Definition Classes
    LogicalPlanVisitor
  19. def visitAggregate(p: Aggregate): Set[ExpressionSet]
  20. def visitDistinct(p: Distinct): Set[ExpressionSet]
  21. def visitExcept(p: Except): Set[ExpressionSet]
  22. def visitExpand(p: Expand): Set[ExpressionSet]
  23. def visitFilter(p: Filter): Set[ExpressionSet]
  24. def visitGenerate(p: Generate): Set[ExpressionSet]
  25. def visitGlobalLimit(p: GlobalLimit): Set[ExpressionSet]
  26. def visitIntersect(p: Intersect): Set[ExpressionSet]
  27. def visitJoin(p: Join): Set[ExpressionSet]
  28. def visitLocalLimit(p: LocalLimit): Set[ExpressionSet]
  29. def visitOffset(p: Offset): Set[ExpressionSet]
  30. def visitPivot(p: Pivot): Set[ExpressionSet]
  31. def visitProject(p: Project): Set[ExpressionSet]
  32. def visitRebalancePartitions(p: RebalancePartitions): Set[ExpressionSet]
  33. def visitRepartition(p: Repartition): Set[ExpressionSet]
  34. def visitRepartitionByExpr(p: RepartitionByExpression): Set[ExpressionSet]
  35. def visitSample(p: Sample): Set[ExpressionSet]
  36. def visitScriptTransform(p: ScriptTransformation): Set[ExpressionSet]
  37. def visitSort(p: Sort): Set[ExpressionSet]
  38. def visitTail(p: Tail): Set[ExpressionSet]
  39. def visitUnion(p: Union): Set[ExpressionSet]
  40. def visitWindow(p: Window): Set[ExpressionSet]
  41. def visitWithCTE(p: WithCTE): Set[ExpressionSet]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LogicalPlanVisitor[Set[ExpressionSet]]

Inherited from AnyRef

Inherited from Any

Ungrouped