Materialize a treated data frame remotely.
rquery_prepare(
db,
rqplan,
data_source,
result_table_name,
...,
extracols = NULL,
temporary = FALSE,
overwrite = TRUE,
attempt_nan_inf_mapping = FALSE,
col_sample = NULL,
return_ops = FALSE
)materialize_treated(
db,
rqplan,
data_source,
result_table_name,
...,
extracols = NULL,
temporary = FALSE,
overwrite = TRUE,
attempt_nan_inf_mapping = FALSE,
col_sample = NULL,
return_ops = FALSE
)
description of treated table.
a db handle.
an query plan produced by as_rquery_plan().
relop, data source (usually a relop_table_source).
character, table name to land result in
force later arguments to bind by name.
extra columns to copy.
logical, if TRUE try to make result temporary.
logical, if TRUE try to overwrite result.
logical, if TRUE attempt to map NaN and Infnity to NA/NULL (goot on PostgreSQL, not on Spark).
sample of data to determine column types.
logical, if TRUE return operator tree instead of materializing.
materialize_treated()
: old name for rquery_prepare function
as_rquery_plan
, rqdatatable_prepare