Class SqlScriptingExecutionScope

Object
org.apache.spark.sql.scripting.SqlScriptingExecutionScope

public class SqlScriptingExecutionScope extends Object
SQL scripting execution scope - keeps track of the current execution scope.

param: label Label of the scope.

  • Constructor Details

    • SqlScriptingExecutionScope

      public SqlScriptingExecutionScope(String label)
  • Method Details

    • label

      public String label()