Skip to contents

ColumnStore version of dplyr::compute().

Usage

compute_c(sql, name, temporary, overwrite, ...)

Arguments

sql

the sql to compute

name

the name of the table to create (defaults to a new unique table name)

temporary

whether to create a temporary table (defaults to TRUE if table name not specified, otherwise needs to be explicitly specified)

overwrite

whether to overwrite existing tables (default to TRUE for temporary tables, FALSE otherwise)

...

Other arguments passed on to dplyr::compute(),

Value

a dbplyr tbl referencing the table computed