Learn R Programming

RPresto (version 1.4.7)

db_desc.PrestoConnection: S3 implementation of db_desc for Presto.

Description

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.

Usage

# 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)

Arguments

x

A lazy data frame backed by a database query.

cte

[Experimental] An experimental feature to save the query to a common table expression. Default to FALSE. See vignette("common-table-expressions")