pyspark.sql.Column.outer#
- Column.outer()[source]#
Mark this column as an outer column if its expression refers to columns from an outer query.
This is used to trigger lazy analysis of Spark Classic DataFrame, so that we can use it to build subquery expressions. Spark Connect DataFrame is always lazily analyzed and does not need to use this function.
New in version 4.0.0.
See also
pyspark.sql.dataframe.DataFrame.scalar
pyspark.sql.dataframe.DataFrame.exists