dlt_when_matched_update_all: Update all columns of the matched table

dlt_when_matched_update_allR Documentation

Update all columns of the matched table

Description

Update all columns of the matched table

Usage

dlt_when_matched_update_all(dmb, condition)

## S4 method for signature 'DeltaMergeBuilder,missing'
dlt_when_matched_update_all(dmb)

## S4 method for signature 'DeltaMergeBuilder,Column'
dlt_when_matched_update_all(dmb, condition)

## S4 method for signature 'DeltaMergeBuilder,character'
dlt_when_matched_update_all(dmb, condition)

Arguments

dmb

DeltaMergeBuilder

condition

optional, character or Column

Value

DeltaMergeBuilder

Note

dlt_when_matched_update_all, since 1.0.0

See Also

DeltaMergeBuilder


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