cover of episode Spark DataSet, DataFrame, createOrReplaceTempView

Spark DataSet, DataFrame, createOrReplaceTempView

2022/9/12
logo of podcast Programmers Quickie

Programmers Quickie

Frequently requested episodes will be transcribed first

Shownotes Transcript

DataFrame.createOrReplaceTempView - Creates or replaces a local temporary view with this DataFrame.

The lifetime of this temporary table is tied to the SparkSession that was used to create this DataFrame.