Packages

class Column extends Expression

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Column
  2. Expression
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def %(value: Any): Column

    Modulus.

  4. def &&(value: Any): Column

    And.

  5. def *(value: Any): Column

    Divide.

  6. def +(value: Any): Column

    Plus.

  7. def -(value: Any): Column

    Minus.

  8. def /(value: Any): Column

    Divide.

  9. def <(value: Any): Column

    LessThan.

  10. def <=(value: Any): Column

    LessThanEqualTo.

  11. def <>(value: Any): Column

    NotEqualTo.

  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ===(value: Any): Column

    EqualTo.

  14. def >(value: Any): Column

    GreaterThan.

  15. def >=(value: Any): Column

    GreaterThanEqualTo.

  16. def and(other: Any): Column
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. def divide(other: Any): Column
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equalTo(other: Any): Column
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def greaterThan(other: Any): Column
  26. def greaterThanEqualTo(other: Any): Column
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isNaN: Column

    Is NaN.

  30. def isNotNaN: Column

    Is Not NaN.

  31. def isNotNull: Column

    Is Not Null.

  32. def isNull: Column

    Is Null.

  33. def lessThan(other: Any): Column
  34. def lessThanEqualTo(other: Any): Column
  35. def minus(other: Any): Column
  36. def mod(other: Any): Column
  37. def multiply(other: Any): Column
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def notEqualTo(other: Any): Column
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def or(other: Any): Column
  43. def plus(other: Any): Column
  44. val ptr: Long
    Attributes
    protected[polars]
    Definition Classes
    ColumnExpression
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def unary_!: Column

    Not.

  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. def ||(value: Any): Column

    And.

Inherited from Expression

Inherited from AnyRef

Inherited from Any

Ungrouped