Column

org.apache.spark.sql.Column => com.snowflake.snowpark.Column

SparkSnowParkNotes

%(other: Any): Column

&&(other: Any): Column

*(other: Any): Column

/(other: Any): Column

||(other: Any): Column

<(other: Any): Column

<=(other: Any): Column

=!=(other: Any): Column

===(other: Any): Column

>(other: Any): Column

>=(other: Any): Column

alias(alias: String): Column

and(other: Column): Column

apply(extraction: Any): Column

as(alias: String): Column

asc: Column

asc_nulls_first: Column

asc_nulls_last: Column

between(lowerBound: Any, upperBound: Any): Column

cast(to: DataType): Column

desc: Column

desc_nulls_first: Column

desc_nulls_last: Column

divide(other: Any): Column

endsWith(literal: String): Column

endswith**

endsWith(other: Column): Column

endswith**

equalTo(other: Any): Column

getItem(Object key)

apply*

geq(other: Any): Column

N/A

gt(other: Any): Column

isin(Any* list)

*

isin(Seq[Any] list)

isNotNull()

isNull()

leq(other: Any): Column

like(literal: String): Column

lt(other: Any): Column

minus(other: Any): Column

mod(other: Any): Column

mod *

multiply(other: Any): Column

name(alias: String): Column

or(other: Column): Column

otherwise(value: Any): Column

over(): Column

over(window: WindowSpec): Column

plus(other: Any): Column

startsWith(other: Column): Column

N/A (is in functions)

unary_-: Column

unary_!: Column

when(condition: Column, value: Any): Column

Last updated