org.apache.spark.sql.catalyst.dsl

ExpressionConversions

trait ExpressionConversions extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExpressionConversions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DslAttribute extends AnyRef

  2. implicit class DslExpression extends ImplicitOperators

  3. implicit class DslString extends ImplicitOperators

  4. implicit class DslSymbol extends ImplicitAttribute

  5. abstract class ImplicitAttribute extends ImplicitOperators

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def avg(e: Expression): Average

  8. implicit def binaryToLiteral(a: Array[Byte]): Literal

  9. implicit def booleanToLiteral(b: Boolean): Literal

  10. implicit def byteToLiteral(b: Byte): Literal

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def count(e: Expression): Count

  13. def countDistinct(e: Expression*): CountDistinct

  14. implicit def decimalToLiteral(d: BigDecimal): Literal

  15. implicit def doubleToLiteral(d: Double): Literal

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def first(e: Expression): First

  20. implicit def floatToLiteral(f: Float): Literal

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. implicit def intToLiteral(i: Int): Literal

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. implicit def longToLiteral(l: Long): Literal

  26. def lower(e: Expression): Lower

  27. def max(e: Expression): Max

  28. def min(e: Expression): Min

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

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

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

    Definition Classes
    AnyRef
  32. implicit def shortToLiteral(s: Short): Literal

  33. implicit def stringToLiteral(s: String): Literal

  34. def sum(e: Expression): Sum

  35. def sumDistinct(e: Expression): SumDistinct

  36. implicit def symbolToUnresolvedAttribute(s: Symbol): UnresolvedAttribute

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

    Definition Classes
    AnyRef
  38. implicit def timestampToLiteral(t: Timestamp): Literal

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def upper(e: Expression): Upper

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped