db_desc for Presto.S3 implementation of db_desc for Presto.
S3 implementation of dplyr::db_data_type() for Presto.
S3 implementation of dplyr::db_explain() for Presto.
S3 implementation of dplyr::db_query_rows() for Presto.
S3 implementation of db_collect for Presto.
S3 implementation of collect for Presto.
S3 implementation of compute for Presto.
# S3 method for PrestoConnection
db_desc(x)# S3 method for PrestoConnection
db_data_type(con, fields, ...)
# S3 method for PrestoConnection
db_explain(con, sql, ...)
# S3 method for PrestoConnection
db_query_rows(con, sql, ...)
# S3 method for PrestoConnection
db_collect(con, sql, n = -1, warn_incomplete = TRUE, ...)
# S3 method for tbl_presto
collect(x, ..., n = Inf, warn_incomplete = TRUE)
# S3 method for tbl_presto
compute(x, name, temporary = FALSE, ..., cte = FALSE)
A lazy data frame backed by a database query.
A logical value to save the query to a common table expression.
Default to FALSE. See vignette("common-table-expressions")