validate_column_match: Validate that column names match between table and query

View source: R/sqlAppendTableAs.R

validate_column_matchR Documentation

Validate that column names match between table and query

Description

Validate that column names match between table and query

Usage

validate_column_match(table_cols, query_cols)

Arguments

table_cols

Character vector of table column names

query_cols

Character vector of query column names

Value

Invisibly returns TRUE if match, otherwise throws error


RPresto documentation built on Dec. 2, 2025, 9:07 a.m.