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(dataType: DataType): AttributeReference

    Permalink

    Creates a new AttributeReference of type array

  20. def as(alias: Symbol): NamedExpression

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

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

    Permalink
    Definition Classes
    Any
  23. def asc: SortOrder

    Permalink
    Definition Classes
    ImplicitOperators
  24. def attr: UnresolvedAttribute

    Permalink
  25. def binary: AttributeReference

    Permalink

    Creates a new AttributeReference of type binary

  26. def boolean: AttributeReference

    Permalink

    Creates a new AttributeReference of type boolean

  27. def byte: AttributeReference

    Permalink

    Creates a new AttributeReference of type byte

  28. def cast(to: DataType): Expression

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

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

    Permalink
    Definition Classes
    ImplicitOperators
  31. def date: AttributeReference

    Permalink

    Creates a new AttributeReference of type date

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

    Permalink

    Creates a new AttributeReference of type decimal

  33. def decimal: AttributeReference

    Permalink

    Creates a new AttributeReference of type decimal

  34. def desc: SortOrder

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

    Permalink
  36. def double: AttributeReference

    Permalink

    Creates a new AttributeReference of type double

  37. def endsWith(other: Expression): Expression

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

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

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

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

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

    Permalink

    Creates a new AttributeReference of type float

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

    Permalink

    Create a function.

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

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

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

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

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

    Permalink
    Definition Classes
    ImplicitOperators
  49. def int: AttributeReference

    Permalink

    Creates a new AttributeReference of type int

  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. def isNotNull: Predicate

    Permalink
    Definition Classes
    ImplicitOperators
  52. def isNull: Predicate

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

    Permalink
    Definition Classes
    ImplicitOperators
  54. def long: AttributeReference

    Permalink

    Creates a new AttributeReference of type long

  55. def map(mapType: MapType): AttributeReference

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

    Permalink

    Creates a new AttributeReference of type map

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

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

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

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

    Permalink

    Creates a new AttributeReference of object type

  61. def rlike(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  62. def short: AttributeReference

    Permalink

    Creates a new AttributeReference of type short

  63. def startsWith(other: Expression): Expression

    Permalink
    Definition Classes
    ImplicitOperators
  64. def string: AttributeReference

    Permalink

    Creates a new AttributeReference of type string

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

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

    Permalink

    Creates a new AttributeReference of type struct

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

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

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

    Permalink
    Definition Classes
    AnyRef
  70. def timestamp: AttributeReference

    Permalink

    Creates a new AttributeReference of type timestamp

  71. def toString(): String

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

    Permalink
    Definition Classes
    ImplicitOperators
  73. def unary_-: Expression

    Permalink
    Definition Classes
    ImplicitOperators
  74. def unary_~: Expression

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

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

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

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

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

    Permalink
    Definition Classes
    ImplicitOperators

Inherited from ImplicitOperators

Inherited from AnyRef

Inherited from Any

Ungrouped