Learn R Programming

brickster (version 0.2.12)

sql_query_save.DatabricksConnection: Create temporary views and tables in Databricks

Description

Create temporary views and tables in Databricks

Usage

# S3 method for DatabricksConnection
sql_query_save(con, sql, name, temporary = TRUE, ...)

Value

The table/view name (invisibly)

Arguments

con

A DatabricksConnection object

sql

SQL query to save as table/view

name

Name for the temporary view or table

temporary

Whether the object should be temporary (default: TRUE)

...

Additional arguments (ignored)