Packages

class Column extends Expression

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Column
  2. Expression
  3. AutoCloseable
  4. AnyRef
  5. 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. val _ptr: Long
    Attributes
    protected[polars]
    Definition Classes
    Expression
  17. def and(other: Any): Column
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. def close(): Unit
    Definition Classes
    Expression → AutoCloseable
  21. def divide(other: Any): Column
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equalTo(other: Any): Column
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Definition Classes
    Expression → AnyRef
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def greaterThan(other: Any): Column
  28. def greaterThanEqualTo(other: Any): Column
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isNaN: Column

    Is NaN.

  32. def isNotNaN: Column

    Is Not NaN.

  33. def isNotNull: Column

    Is Not Null.

  34. def isNull: Column

    Is Null.

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

    Not.

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

    And.

Inherited from Expression

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped