org.apache.spark.sql.catalyst.dsl

ImplicitOperators

Related Doc: package dsl

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
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def expr: Expression

Concrete Value Members

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

    Definition Classes
    AnyRef → Any
  2. def !==(other: Expression): Predicate

  3. final def ##(): Int

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

  5. def &(other: Expression): Expression

  6. def &&(other: Expression): Predicate

  7. def *(other: Expression): Expression

  8. def +(other: Expression): Expression

  9. def -(other: Expression): Expression

  10. def /(other: Expression): Expression

  11. def <(other: Expression): Predicate

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

  13. def <=>(other: Expression): Predicate

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

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

  16. def >(other: Expression): Predicate

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

  18. def ^(other: Expression): Expression

  19. def as(alias: Symbol): NamedExpression

  20. def as(alias: String): NamedExpression

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def asc: SortOrder

  23. def cast(to: DataType): Expression

  24. def clone(): AnyRef

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

  26. def desc: SortOrder

  27. def endsWith(other: Expression): Expression

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

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

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

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

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

  33. def getItem(ordinal: Expression): UnresolvedExtractValue

  34. def hashCode(): Int

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

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def isNotNull: Predicate

  38. def isNull: Predicate

  39. def like(other: Expression): Expression

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

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

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

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

  44. def startsWith(other: Expression): Expression

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

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

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

  50. def unary_-: Expression

  51. def unary_~: Expression

  52. final def wait(): Unit

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped