trait ImplicitOperators extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImplicitOperators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def expr: Expression
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def %(other: Expression): Expression
- def &(other: Expression): Expression
- def &&(other: Expression): Predicate
- def *(other: Expression): Expression
- def +(other: Expression): Expression
- def -(other: Expression): Expression
- def /(other: Expression): Expression
- def <(other: Expression): Predicate
- def <=(other: Expression): Predicate
- def <=>(other: Expression): Predicate
- def =!=(other: Expression): Predicate
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(other: Expression): Predicate
- def >(other: Expression): Predicate
- def >=(other: Expression): Predicate
- def ^(other: Expression): Expression
- def as(alias: Symbol): NamedExpression
- def as(alias: String): NamedExpression
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asc: SortOrder
- def asc_nullsLast: SortOrder
- def cast(to: DataType): Expression
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains(other: Expression): Expression
- def desc: SortOrder
- def desc_nullsFirst: SortOrder
- def div(other: Expression): Expression
- def endsWith(other: Expression): Expression
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(fieldName: String): UnresolvedExtractValue
- def getItem(ordinal: Expression): UnresolvedExtractValue
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def in(list: Expression*): Expression
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNotNull: Predicate
- def isNull: Predicate
- def like(other: Expression, escapeChar: Char = '\\'): Expression
- def likeAll(others: Expression*): Expression
- def likeAny(others: Expression*): Expression
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notLikeAll(others: Expression*): Expression
- def notLikeAny(others: Expression*): Expression
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rlike(other: Expression): Expression
- def startsWith(other: Expression): Expression
- def substr(pos: Expression, len: Expression = Literal(Int.MaxValue)): Expression
- def substring(pos: Expression, len: Expression = Literal(Int.MaxValue)): Expression
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unary_!: Predicate
- def unary_+: Expression
- def unary_-: Expression
- def unary_~: Expression
- 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()
- def |(other: Expression): Expression
- def ||(other: Expression): Predicate