db_list_tables.PrestoConnection {RPresto} | R Documentation |
dbplyr database methods
Description
dbplyr database methods
Usage
## S3 method for class 'PrestoConnection'
db_list_tables(con)
## S3 method for class 'PrestoConnection'
db_has_table(con, table)
## S3 method for class 'PrestoConnection'
db_write_table(
con,
table,
types,
values,
temporary = FALSE,
overwrite = FALSE,
...,
with = NULL
)
## S3 method for class 'PrestoConnection'
db_copy_to(
con,
table,
values,
overwrite = FALSE,
types = NULL,
temporary = TRUE,
unique_indexes = NULL,
indexes = NULL,
analyze = TRUE,
...,
in_transaction = TRUE,
with = NULL
)
## S3 method for class 'PrestoConnection'
db_compute(
con,
table,
sql,
temporary = TRUE,
unique_indexes = list(),
indexes = list(),
analyze = TRUE,
with = NULL,
...
)
## S3 method for class 'PrestoConnection'
db_sql_render(con, sql, ..., use_presto_cte = TRUE)
Arguments
[Package RPresto version 1.4.6 Index]