Implementations of pure virtual functions defined in the DBI
package
for AthenaResult objects.
Returns AWS Athena Statistics from execute queries DBI::dbSendQuery
# S4 method for AthenaResult
dbClearResult(res, ...)# S4 method for AthenaResult
dbFetch(res, n = -1, ...)
# S4 method for AthenaResult
dbHasCompleted(res, ...)
# S4 method for AthenaResult
dbIsValid(dbObj, ...)
# S4 method for AthenaResult
dbGetInfo(dbObj, ...)
# S4 method for AthenaResult
dbColumnInfo(res, ...)
dbStatistics(res, ...)
# S4 method for AthenaResult
dbStatistics(res, ...)
# S4 method for AthenaResult
dbGetStatement(res, ...)
dbStatistics()
returns list containing Athena Statistics return from paws
.
An object inheriting from DBI::DBIResult.
Other arguments passed on to methods.
maximum number of records to retrieve per fetch. Use n = -1
or n = Inf
to retrieve all pending records. Some implementations may recognize other
special values.
An object inheriting from DBI::DBIResult, DBI::DBIConnection, or DBI::DBIDriver.