trait InheritAnalysisRules extends UnaryLike[Expression]
An add-on of RuntimeReplaceable. It makes replacement the child of the expression, to
inherit the analysis rules for it, such as type coercion. The implementation should put
replacement in the case class constructor, and define a normal constructor that accepts only
the original parameters. For an example, see TryAdd. To make sure the explain plan and
expression SQL works correctly, the implementation should also implement the parameters method.
- Self Type
- InheritAnalysisRules with RuntimeReplaceable
- Alphabetic
- By Inheritance
- InheritAnalysisRules
- UnaryLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def parameters: Seq[Expression]
- abstract def withNewChildInternal(newChild: Expression): Expression
- Attributes
- protected
- Definition Classes
- UnaryLike
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def child: Expression
- Definition Classes
- InheritAnalysisRules → UnaryLike
- final lazy val children: Seq[Expression]
- Definition Classes
- UnaryLike
- Annotations
- @transient()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatArguments: Iterator[Any]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeSQLString(childrenSQL: Seq[String]): String
- final def mapChildren(f: (Expression) => Expression): Expression
- Definition Classes
- UnaryLike
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def sql: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def withNewChildrenInternal(newChildren: IndexedSeq[Expression]): Expression
- Definition Classes
- UnaryLike