We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
81c8b07
runtime_version
17
DataFrame.alias()
val df1 = df.alias("A")
df1.join(df2).select(col("A.col"))
df1.join(df2).select(df1("col"))
explode
DataFrame.select()
TableFunction.apply()
Session.getOrCreate
3.14.4
is_null
2.12.18