sql_query_fields.PrestoConnection {RPresto}R Documentation

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 class 'PrestoConnection'
sql_query_fields(con, sql, ...)

## S3 method for class 'PrestoConnection'
sql_escape_date(con, x)

## S3 method for class 'PrestoConnection'
sql_escape_datetime(con, x)

## S3 method for class 'PrestoConnection'
sql_translation(con)

[Package RPresto version 1.4.7 Index]