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 asc_nullsLast: SortOrder

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

    Permalink
  25. def clone(): AnyRef

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

    Permalink
  27. def desc: SortOrder

    Permalink
  28. def desc_nullsFirst: SortOrder

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

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

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

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

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

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

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

    Permalink
  36. def hashCode(): Int

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

    Permalink
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def isNotNull: Predicate

    Permalink
  40. def isNull: Predicate

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  52. def unary_-: Expression

    Permalink
  53. def unary_~: Expression

    Permalink
  54. final def wait(): Unit

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped