
Save table to Impala and return remote table
write_to_impala_then_read_lazy_table.Rd
Save table to Impala and return remote table
Usage
write_to_impala_then_read_lazy_table(
tablename,
object_to_save,
connection = NULL,
schema = NULL,
overwrite = TRUE
)