dbGetQuery,src_impala,character-method: Send SQL query to Impala and retrieve results
Description
Returns the result of an Impala SQL query as a data frame.
Usage
# S4 method for src_impala,character
dbGetQuery(conn, statement, ...)
Value
A data.frame with as many rows as records were fetched and as
many columns as fields in the result set, even if the result is a single
value or has one or zero rows