Spark 3.5.5 ScalaDoc - org.apache.spark.sql.Column (original) (raw)
class Column extends Logging
Ordering
- Grouped
- Alphabetic
- By Inheritance
Inherited
Column
Logging
AnyRef
Any
Hide All
Show All
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def %(other: Any): Column
- def &&(other: Any): Column
- def *(other: Any): Column
- def +(other: Any): Column
- def -(other: Any): Column
- def /(other: Any): Column
- def <(other: Any): Column
- def <=(other: Any): Column
- def <=>(other: Any): Column
- def =!=(other: Any): Column
- final def ==(arg0: Any): Boolean
- def ===(other: Any): Column
- def >(other: Any): Column
- def >=(other: Any): Column
- def alias(alias: String): Column
- def and(other: Column): Column
- def apply(extraction: Any): Column
- def as(alias: String, metadata: Metadata): Column
- def as(alias: Symbol): Column
- def as(aliases: Array[String]): Column
- def as(aliases: Seq[String]): Column
- def as(alias: String): Column
- def as[U](implicit arg0: Encoder[U]): TypedColumn[Any, U]
- final def asInstanceOf[T0]: T0
- def asc: Column
- def asc_nulls_first: Column
- def asc_nulls_last: Column
- def between(lowerBound: Any, upperBound: Any): Column
- def bitwiseAND(other: Any): Column
- def bitwiseOR(other: Any): Column
- def bitwiseXOR(other: Any): Column
- def cast(to: String): Column
- def cast(to: DataType): Column
- def clone(): AnyRef
- def contains(other: Any): Column
- def desc: Column
- def desc_nulls_first: Column
- def desc_nulls_last: Column
- def divide(other: Any): Column
- def dropFields(fieldNames: String*): Column
- def endsWith(literal: String): Column
- def endsWith(other: Column): Column
- final def eq(arg0: AnyRef): Boolean
- def eqNullSafe(other: Any): Column
- def equalTo(other: Any): Column
- def equals(that: Any): Boolean
- def explain(extended: Boolean): Unit
- val expr: Expression
- def finalize(): Unit
- def geq(other: Any): Column
- final def getClass(): Class[_]
- def getField(fieldName: String): Column
- def getItem(key: Any): Column
- def gt(other: Any): Column
- def hashCode(): Int
- def ilike(literal: String): Column
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- def isInCollection(values: Iterable[_]): Column
- def isInCollection(values: Iterable[_]): Column
- final def isInstanceOf[T0]: Boolean
- def isNaN: Column
- def isNotNull: Column
- def isNull: Column
- def isTraceEnabled(): Boolean
- def isin(list: Any*): Column
- def leq(other: Any): Column
- def like(literal: String): Column
- def log: Logger
- def logDebug(msg: ⇒ String, throwable: Throwable): Unit
- def logDebug(msg: ⇒ String): Unit
- def logError(msg: ⇒ String, throwable: Throwable): Unit
- def logError(msg: ⇒ String): Unit
- def logInfo(msg: ⇒ String, throwable: Throwable): Unit
- def logInfo(msg: ⇒ String): Unit
- def logName: String
- def logTrace(msg: ⇒ String, throwable: Throwable): Unit
- def logTrace(msg: ⇒ String): Unit
- def logWarning(msg: ⇒ String, throwable: Throwable): Unit
- def logWarning(msg: ⇒ String): Unit
- def lt(other: Any): Column
- def minus(other: Any): Column
- def mod(other: Any): Column
- def multiply(other: Any): Column
- def name(alias: String): Column
- final def ne(arg0: AnyRef): Boolean
- def notEqual(other: Any): Column
- final def notify(): Unit
- final def notifyAll(): Unit
- def or(other: Column): Column
- def otherwise(value: Any): Column
- def over(): Column
- def over(window: WindowSpec): Column
- def plus(other: Any): Column
- def rlike(literal: String): Column
- def startsWith(literal: String): Column
- def startsWith(other: Column): Column
- def substr(startPos: Int, len: Int): Column
- def substr(startPos: Column, len: Column): Column
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- def unary_!: Column
- def unary_-: Column
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def when(condition: Column, value: Any): Column
- def withField(fieldName: String, col: Column): Column
- def ||(other: Any): Column
Deprecated Value Members
- def !==(other: Any): Column