powered by
Executes an Impala statement that returns no result.
# S4 method for src_impala,character dbExecute(conn, statement, ...)
Depending on the package used to connect to Impala, either a scalar numeric that specifies the number of rows affected by the statement, or
NULL
object with class class src_impala
src_impala
a character string containing SQL
other arguments passed on to methods
if (FALSE) { dbExecute(impala, "INVALIDATE METADATA")}
Run the code above in your browser using DataLab