class Column extends Expression
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Column
- Expression
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def %(value: Any): Column
Modulus.
- def &&(value: Any): Column
And.
- def *(value: Any): Column
Divide.
- def +(value: Any): Column
Plus.
- def -(value: Any): Column
Minus.
- def /(value: Any): Column
Divide.
- def <(value: Any): Column
LessThan.
- def <=(value: Any): Column
LessThanEqualTo.
- def <>(value: Any): Column
NotEqualTo.
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(value: Any): Column
EqualTo.
- def >(value: Any): Column
GreaterThan.
- def >=(value: Any): Column
GreaterThanEqualTo.
- def and(other: Any): Column
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def divide(other: Any): Column
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equalTo(other: Any): Column
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def greaterThan(other: Any): Column
- def greaterThanEqualTo(other: Any): Column
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNaN: Column
Is NaN.
- def isNotNaN: Column
Is Not NaN.
- def isNotNull: Column
Is Not Null.
- def isNull: Column
Is Null.
- def lessThan(other: Any): Column
- def lessThanEqualTo(other: Any): Column
- def minus(other: Any): Column
- def mod(other: Any): Column
- def multiply(other: Any): Column
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notEqualTo(other: Any): Column
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def or(other: Any): Column
- def plus(other: Any): Column
- val ptr: Long
- Attributes
- protected[polars]
- Definition Classes
- Column → Expression
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unary_!: Column
Not.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def ||(value: Any): Column
And.