Trait

org.apache.spark.sql.catalyst.dsl

ImplicitOperators

Related Doc: package dsl

Permalink

trait ImplicitOperators extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplicitOperators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def expr: Expression

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(other: Expression): Expression

    Permalink
  4. def &(other: Expression): Expression

    Permalink
  5. def &&(other: Expression): Predicate

    Permalink
  6. def *(other: Expression): Expression

    Permalink
  7. def +(other: Expression): Expression

    Permalink
  8. def -(other: Expression): Expression

    Permalink
  9. def /(other: Expression): Expression

    Permalink
  10. def <(other: Expression): Predicate

    Permalink
  11. def <=(other: Expression): Predicate

    Permalink
  12. def <=>(other: Expression): Predicate

    Permalink
  13. def =!=(other: Expression): Predicate

    Permalink
  14. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def ===(other: Expression): Predicate

    Permalink
  16. def >(other: Expression): Predicate

    Permalink
  17. def >=(other: Expression): Predicate

    Permalink
  18. def ^(other: Expression): Expression

    Permalink
  19. def as(alias: Symbol): NamedExpression

    Permalink
  20. def as(alias: String): NamedExpression

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def asc: SortOrder

    Permalink
  23. def cast(to: DataType): Expression

    Permalink
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def contains(other: Expression): Expression

    Permalink
  26. def desc: SortOrder

    Permalink
  27. def endsWith(other: Expression): Expression

    Permalink
  28. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def getField(fieldName: String): UnresolvedExtractValue

    Permalink
  33. def getItem(ordinal: Expression): UnresolvedExtractValue

    Permalink
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. def in(list: Expression*): Expression

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def isNotNull: Predicate

    Permalink
  38. def isNull: Predicate

    Permalink
  39. def like(other: Expression): Expression

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def rlike(other: Expression): Expression

    Permalink
  44. def startsWith(other: Expression): Expression

    Permalink
  45. def substr(pos: Expression, len: Expression = Literal(Int.MaxValue)): Expression

    Permalink
  46. def substring(pos: Expression, len: Expression = Literal(Int.MaxValue)): Expression

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def unary_!: Predicate

    Permalink
  50. def unary_-: Expression

    Permalink
  51. def unary_~: Expression

    Permalink
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def |(other: Expression): Expression

    Permalink
  56. def ||(other: Expression): Predicate

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped