Learn R Programming

RPresto (version 1.2.1)

PrestoResult-class: An S4 class to represent a Presto Result

Description

An S4 class to represent a Presto Result

Usage

# S4 method for PrestoResult
show(object)

# S4 method for PrestoResult dbHasCompleted(res, ...)

# S4 method for PrestoResult dbClearResult(res, ...)

# S4 method for PrestoResult,integer dbFetch(res, n = -1, ...)

# S4 method for PrestoResult,numeric dbFetch(res, n = -1, ...)

# S4 method for PrestoResult,missing dbFetch(res, n = -1, ...)

# S4 method for PrestoResult dbGetRowCount(res, ...)

# S4 method for PrestoResult dbGetStatement(res, ...)

# S4 method for PrestoResult dbIsValid(dbObj, ...)

# S4 method for PrestoResult,missing dbListFields(conn, name)

# S4 method for PrestoResult,integer fetch(res, n = -1, ...)

# S4 method for PrestoResult,numeric fetch(res, n = -1, ...)

# S4 method for PrestoResult,missing fetch(res)

Arguments

Slots

post.response

The initial response from the HTTP API

statement

The SQL statement sent to the database

session.timezone

Session time zone used for the connection

cursor

An internal implementation detail for keeping track of what stage a request is in