Class

org.apache.spark.sql.catalyst.dsl.ExpressionConversions

DslSymbol

Related Doc: package ExpressionConversions

Permalink

implicit class DslSymbol extends ImplicitAttribute

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DslSymbol
  2. ImplicitAttribute
  3. ImplicitOperators
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DslSymbol(sym: Symbol)

    Permalink

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
    Definition Classes
    ImplicitOperators
  4. def &(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  5. def &&(other: Expression): Predicate

    Permalink
    Definition Classes
    ImplicitOperators
  6. def *(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  7. def +(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  8. def -(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  9. def /(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  10. def <(other: Expression): Predicate

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

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

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

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

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

    Permalink
    Definition Classes
    ImplicitOperators
  16. def >(other: Expression): Predicate

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

    Permalink
    Definition Classes
    ImplicitOperators
  18. def ^(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  19. def array(arrayType: ArrayType): AttributeReference

    Permalink
    Definition Classes
    ImplicitAttribute
  20. def array(dataType: DataType): AttributeReference

    Permalink

    Creates a new AttributeReference of type array

    Creates a new AttributeReference of type array

    Definition Classes
    ImplicitAttribute
  21. def as(alias: Symbol): NamedExpression

    Permalink
    Definition Classes
    ImplicitOperators
  22. def as(alias: String): NamedExpression

    Permalink
    Definition Classes
    ImplicitOperators
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def asc: SortOrder

    Permalink
    Definition Classes
    ImplicitOperators
  25. def asc_nullsLast: SortOrder

    Permalink
    Definition Classes
    ImplicitOperators
  26. def attr: UnresolvedAttribute

    Permalink
    Definition Classes
    ImplicitAttribute
  27. def binary: AttributeReference

    Permalink

    Creates a new AttributeReference of type binary

    Creates a new AttributeReference of type binary

    Definition Classes
    ImplicitAttribute
  28. def boolean: AttributeReference

    Permalink

    Creates a new AttributeReference of type boolean

    Creates a new AttributeReference of type boolean

    Definition Classes
    ImplicitAttribute
  29. def byte: AttributeReference

    Permalink

    Creates a new AttributeReference of type byte

    Creates a new AttributeReference of type byte

    Definition Classes
    ImplicitAttribute
  30. def cast(to: DataType): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  31. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ImplicitOperators
  33. def date: AttributeReference

    Permalink

    Creates a new AttributeReference of type date

    Creates a new AttributeReference of type date

    Definition Classes
    ImplicitAttribute
  34. def decimal(precision: Int, scale: Int): AttributeReference

    Permalink

    Creates a new AttributeReference of type decimal

    Creates a new AttributeReference of type decimal

    Definition Classes
    ImplicitAttribute
  35. def decimal: AttributeReference

    Permalink

    Creates a new AttributeReference of type decimal

    Creates a new AttributeReference of type decimal

    Definition Classes
    ImplicitAttribute
  36. def desc: SortOrder

    Permalink
    Definition Classes
    ImplicitOperators
  37. def desc_nullsFirst: SortOrder

    Permalink
    Definition Classes
    ImplicitOperators
  38. def distinctFunction(exprs: Expression*): UnresolvedFunction

    Permalink
    Definition Classes
    ImplicitAttribute
  39. def double: AttributeReference

    Permalink

    Creates a new AttributeReference of type double

    Creates a new AttributeReference of type double

    Definition Classes
    ImplicitAttribute
  40. def endsWith(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  41. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def expr: UnresolvedAttribute

    Permalink
    Definition Classes
    ImplicitAttributeImplicitOperators
  44. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. def float: AttributeReference

    Permalink

    Creates a new AttributeReference of type float

    Creates a new AttributeReference of type float

    Definition Classes
    ImplicitAttribute
  46. def function(exprs: Expression*): UnresolvedFunction

    Permalink

    Create a function.

    Create a function.

    Definition Classes
    ImplicitAttribute
  47. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    ImplicitOperators
  49. def getItem(ordinal: Expression): UnresolvedExtractValue

    Permalink
    Definition Classes
    ImplicitOperators
  50. def hashCode(): Int

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

    Permalink
    Definition Classes
    ImplicitOperators
  52. def int: AttributeReference

    Permalink

    Creates a new AttributeReference of type int

    Creates a new AttributeReference of type int

    Definition Classes
    ImplicitAttribute
  53. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  54. def isNotNull: Predicate

    Permalink
    Definition Classes
    ImplicitOperators
  55. def isNull: Predicate

    Permalink
    Definition Classes
    ImplicitOperators
  56. def like(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  57. def long: AttributeReference

    Permalink

    Creates a new AttributeReference of type long

    Creates a new AttributeReference of type long

    Definition Classes
    ImplicitAttribute
  58. def map(mapType: MapType): AttributeReference

    Permalink
    Definition Classes
    ImplicitAttribute
  59. def map(keyType: DataType, valueType: DataType): AttributeReference

    Permalink

    Creates a new AttributeReference of type map

    Creates a new AttributeReference of type map

    Definition Classes
    ImplicitAttribute
  60. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  63. def obj(cls: Class[_]): AttributeReference

    Permalink

    Creates a new AttributeReference of object type

    Creates a new AttributeReference of object type

    Definition Classes
    ImplicitAttribute
  64. def rlike(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  65. def s: String

    Permalink
    Definition Classes
    DslSymbolImplicitAttribute
  66. def short: AttributeReference

    Permalink

    Creates a new AttributeReference of type short

    Creates a new AttributeReference of type short

    Definition Classes
    ImplicitAttribute
  67. def startsWith(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  68. def string: AttributeReference

    Permalink

    Creates a new AttributeReference of type string

    Creates a new AttributeReference of type string

    Definition Classes
    ImplicitAttribute
  69. def struct(attrs: AttributeReference*): AttributeReference

    Permalink
    Definition Classes
    ImplicitAttribute
  70. def struct(structType: StructType): AttributeReference

    Permalink

    Creates a new AttributeReference of type struct

    Creates a new AttributeReference of type struct

    Definition Classes
    ImplicitAttribute
  71. def substr(pos: Expression, len: Expression = Literal(Int.MaxValue)): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  72. def substring(pos: Expression, len: Expression = Literal(Int.MaxValue)): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  73. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  74. def timestamp: AttributeReference

    Permalink

    Creates a new AttributeReference of type timestamp

    Creates a new AttributeReference of type timestamp

    Definition Classes
    ImplicitAttribute
  75. def toString(): String

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

    Permalink
    Definition Classes
    ImplicitOperators
  77. def unary_-: Expression

    Permalink
    Definition Classes
    ImplicitOperators
  78. def unary_~: Expression

    Permalink
    Definition Classes
    ImplicitOperators
  79. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ImplicitOperators
  83. def ||(other: Expression): Predicate

    Permalink
    Definition Classes
    ImplicitOperators

Inherited from ImplicitAttribute

Inherited from ImplicitOperators

Inherited from AnyRef

Inherited from Any

Ungrouped