Learn R Programming

RPresto (version 1.4.7)

sql_query_fields.PrestoConnection: S3 implementation of sql_query_fields for Presto.

Description

S3 implementation of sql_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_translation for Presto.

Usage

# S3 method for PrestoConnection
sql_query_fields(con, sql, ...)

# S3 method for PrestoConnection sql_escape_date(con, x)

# S3 method for PrestoConnection sql_escape_datetime(con, x)

# S3 method for PrestoConnection sql_translation(con)

Arguments