dlt_add_columns-internal: Add columns to the build table

dlt_add_columns,InternalDeltaTableBuilder,structType-methodR Documentation

Add columns to the build table

Description

Add columns to the build table

Usage

## S4 method for signature 'InternalDeltaTableBuilder,structType'
dlt_add_columns(dtb, schema)

## S4 method for signature 'InternalDeltaTableBuilder,character'
dlt_add_columns(dtb, schema)

Arguments

dtb

InternalDeltaTableBuilder

schema

character (DDL string) or structType

Value

this InternalDeltaTableBuilder

Functions

  • dlt_add_columns(dtb = InternalDeltaTableBuilder, schema = structType): Add columns to the table

  • dlt_add_columns(dtb = InternalDeltaTableBuilder, schema = character): Add columns to the table

Note

dlt_add_columns, since 1.0.0


zero323/dlt documentation built on Dec. 1, 2022, 11:25 p.m.