Close the connection to Impala
Closes (disconnects) the connection to Impala.
## S4 method for signature 'src_impala' dbDisconnect(conn, ...)
conn
: object with class class src_impala
...
: other arguments passed on to methodsReturns TRUE
, invisibly
## Not run: dbDisconnect(impala) ## End(Not run)