Learn R Programming

RPresto (version 1.3.5)

PrestoConnection-class: S4 implementation of DBIConnection for Presto.

Description

S4 implementation of DBIConnection for Presto.

Usage

# S4 method for PrestoConnection
show(object)

# S4 method for PrestoConnection,character dbSendQuery(conn, statement, ...)

# S4 method for PrestoConnection,character dbGetQuery(conn, statement, ...)

# S4 method for PrestoConnection dbListTables(conn, pattern, ...)

# S4 method for PrestoConnection,character dbExistsTable(conn, name, ...)

# S4 method for PrestoConnection,character dbListFields(conn, name, ...)

Arguments

pattern

optional SQL pattern for filtering table names, e.g. ‘%test%’