sparkHandleInsert: Handles Spark Inserts

View source: R/SparkSql.R

sparkHandleInsertR Documentation

Handles Spark Inserts

Description

This function is for Spark connections only, it handles insert commands, as Spark cannot handle inserts with aliased or subset columns.

Usage

sparkHandleInsert(sql, connection)

Arguments

sql

The SQL to be translated.

connection

The connection to the database server.

Value

A sql string with INSERT command modified to contain the full column list, padded with NULLS as needed.


SqlRender documentation built on Oct. 7, 2023, 9:07 a.m.