Class

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

ImplicitAttribute

Related Doc: package ExpressionConversions

Permalink

abstract class ImplicitAttribute extends ImplicitOperators

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

Instance Constructors

  1. new ImplicitAttribute()

    Permalink

Abstract Value Members

  1. abstract def s: String

    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
    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
  20. def array(dataType: DataType): AttributeReference

    Permalink

    Creates a new AttributeReference of type array

  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
  27. def binary: AttributeReference

    Permalink

    Creates a new AttributeReference of type binary

  28. def boolean: AttributeReference

    Permalink

    Creates a new AttributeReference of type boolean

  29. def byte: AttributeReference

    Permalink

    Creates a new AttributeReference of type byte

  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

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

    Permalink

    Creates a new AttributeReference of type decimal

  35. def decimal: AttributeReference

    Permalink

    Creates a new AttributeReference of type decimal

  36. def desc: SortOrder

    Permalink
    Definition Classes
    ImplicitOperators
  37. def desc_nullsFirst: SortOrder

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

    Permalink
  39. def double: AttributeReference

    Permalink

    Creates a new AttributeReference of type double

  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

  46. def function(exprs: Expression*): UnresolvedFunction

    Permalink

    Create a function.

  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

  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

  58. def map(mapType: MapType): AttributeReference

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

    Permalink

    Creates a new AttributeReference of type map

  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

  64. def rlike(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  65. def short: AttributeReference

    Permalink

    Creates a new AttributeReference of type short

  66. def startsWith(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  67. def string: AttributeReference

    Permalink

    Creates a new AttributeReference of type string

  68. def struct(attrs: AttributeReference*): AttributeReference

    Permalink
  69. def struct(structType: StructType): AttributeReference

    Permalink

    Creates a new AttributeReference of type struct

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

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

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

    Permalink
    Definition Classes
    AnyRef
  73. def timestamp: AttributeReference

    Permalink

    Creates a new AttributeReference of type timestamp

  74. def toString(): String

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

    Permalink
    Definition Classes
    ImplicitOperators
  76. def unary_-: Expression

    Permalink
    Definition Classes
    ImplicitOperators
  77. def unary_~: Expression

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

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

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

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

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

    Permalink
    Definition Classes
    ImplicitOperators

Inherited from ImplicitOperators

Inherited from AnyRef

Inherited from Any

Ungrouped