Learn R Programming

RPresto (version 1.3.5)

copy_to.src_presto: S3 implementation of copy_to for Presto.

Description

S3 implementation of copy_to for Presto.

S3 implementation of db_data_type for Presto.

S3 implementation of db_explain for Presto.

S3 implementation of db_query_rows for Presto.

S3 implementation of db_desc for Presto.

S3 implementation of db_query_fields for Presto.

S3 implementation of custom escape method for sql_escape_date

S3 implementation of custom escape method for sql_escape_datetime

S3 implementation of sql_translate_env for Presto.

Usage

copy_to.src_presto(dest, df)

db_data_type.PrestoConnection(con, fields, ...)

db_explain.PrestoConnection(con, sql, ...)

db_query_rows.PrestoConnection(con, sql)

db_desc.PrestoConnection(x)

db_query_fields.PrestoConnection(con, sql, ...)

sql_escape_date.PrestoConnection(con, x)

sql_escape_datetime.PrestoConnection(con, x)

sql_translate_env.PrestoConnection(con)

Arguments