Trait

org.apache.spark.sql.catalyst.dsl

ExpressionConversions

Related Doc: package dsl

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DslAttribute extends AnyRef

    Permalink
  2. implicit class DslExpression extends ImplicitOperators

    Permalink
  3. implicit class DslString extends ImplicitOperators

    Permalink
  4. implicit class DslSymbol extends ImplicitAttribute

    Permalink
  5. abstract class ImplicitAttribute extends ImplicitOperators

    Permalink
  6. implicit class StringToAttributeConversionHelper extends AnyRef

    Permalink

    Converts $"col name" into an analysis.UnresolvedAttribute.

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abs(e: Expression): Expression

    Permalink
  5. def approxCountDistinct(e: Expression, rsd: Double = 0.05): Expression

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
  8. implicit def bigDecimalToLiteral(d: BigDecimal): Literal

    Permalink
  9. implicit def bigDecimalToLiteral(d: BigDecimal): Literal

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

    Permalink
  11. implicit def booleanToLiteral(b: Boolean): Literal

    Permalink
  12. implicit def byteToLiteral(b: Byte): Literal

    Permalink
  13. def callFunction[T, U](func: (T) ⇒ U, returnType: DataType, argument: Expression): Expression

    Permalink
  14. def clone(): AnyRef

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

    Permalink
  16. def countDistinct(e: Expression*): Expression

    Permalink
  17. implicit def dateToLiteral(d: Date): Literal

    Permalink
  18. implicit def decimalToLiteral(d: Decimal): Literal

    Permalink
  19. implicit def doubleToLiteral(d: Double): Literal

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

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

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

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

    Permalink
  24. implicit def floatToLiteral(f: Float): Literal

    Permalink
  25. final def getClass(): Class[_]

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

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def last(e: Expression): Expression

    Permalink
  30. implicit def longToLiteral(l: Long): Literal

    Permalink
  31. def lower(e: Expression): Expression

    Permalink
  32. def max(e: Expression): Expression

    Permalink
  33. def min(e: Expression): Expression

    Permalink
  34. def namedStruct(e: Expression*): Expression

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

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

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

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

    Permalink
  39. def sqrt(e: Expression): Expression

    Permalink
  40. def star(names: String*): Expression

    Permalink
  41. implicit def stringToLiteral(s: String): Literal

    Permalink
  42. def sum(e: Expression): Expression

    Permalink
  43. def sumDistinct(e: Expression): Expression

    Permalink
  44. implicit def symbolToUnresolvedAttribute(s: Symbol): UnresolvedAttribute

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

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

    Permalink
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. def upper(e: Expression): Expression

    Permalink
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def windowExpr(windowFunc: Expression, windowSpec: WindowSpecDefinition): WindowExpression

    Permalink
  53. def windowSpec(partitionSpec: Seq[Expression], orderSpec: Seq[SortOrder], frame: WindowFrame): WindowSpecDefinition

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped