Object

org.apache.spark.sql.sources

RuleUtils

Related Doc: package sources

Permalink

object RuleUtils extends PredicateHelper

Linear Supertypes
PredicateHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RuleUtils
  2. PredicateHelper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyDefaultAction[A](entity: (PartialPlan, A), withFilters: Boolean)(implicit snappySession: SnappySession, addToDefault: (PartialPlan, A) ⇒ PartialPlan): PartialPlan

    Permalink
    Attributes
    protected[org.apache.spark.sql]
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEvaluate(expr: Expression, plan: LogicalPlan): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PredicateHelper
  7. def canEvaluateWithinJoin(expr: Expression): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PredicateHelper
  8. def canTraverseLeftToRight(source: Seq[LogicalPlan], target: LogicalPlan, replicatedReachablePaths: Seq[List[LogicalPlan]]): Boolean

    Permalink
    Annotations
    @tailrec()
  9. def chooseIndexForFilter(child: LogicalPlan, conditions: Seq[Expression])(implicit snappySession: SnappySession): Option[Replacement]

    Permalink
    Attributes
    protected[org.apache.spark.sql]
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createJoin(curPlan: LogicalPlan, planToAdd: LogicalPlan, toJoinWith: Seq[Expression]): LogicalPlan

    Permalink
    Attributes
    protected[org.apache.spark.sql]
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fetchIndexes(snappySession: SnappySession, table: LogicalPlan): Seq[(LogicalPlan, Seq[LogicalPlan])]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getJoinKeys(left: LogicalPlan, right: LogicalPlan, joinConditions: Seq[Expression]): Seq[(Expression, Expression)]

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def partitionBy(allColumns: AttributeSet, expressions: Seq[Expression]): (Seq[Expression], Seq[Expression])

    Permalink
    Attributes
    protected[org.apache.spark.sql]
  24. def replaceAlias(condition: Expression, aliases: AttributeMap[Expression]): Expression

    Permalink
    Attributes
    protected
    Definition Classes
    PredicateHelper
  25. def returnPlan(partial: PartialPlan): CompletePlan

    Permalink
    Attributes
    protected[org.apache.spark.sql]
  26. def splitConjunctivePredicates(condition: Expression): Seq[Expression]

    Permalink
    Attributes
    protected
    Definition Classes
    PredicateHelper
  27. def splitDisjunctivePredicates(condition: Expression): Seq[Expression]

    Permalink
    Attributes
    protected
    Definition Classes
    PredicateHelper
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PredicateHelper

Inherited from AnyRef

Inherited from Any

Ungrouped