db_create_table_as_select_values: Create table with explicit schema before inserting values

View source: R/databricks-dbi.R

db_create_table_as_select_valuesR Documentation

Create table with explicit schema before inserting values

Description

Create table with explicit schema before inserting values

Usage

db_create_table_as_select_values(
  conn,
  quoted_name,
  value,
  field.types,
  temporary = FALSE,
  overwrite = FALSE
)

brickster documentation built on July 24, 2026, 9:08 a.m.