compute                 Force execution of an Impala query
copy_to                 Copy a (very small) local data frame to Impala
dbDisconnect,src_impala-method
                        Close the connection to Impala
dbExecute,src_impala,character-method
                        Execute an Impala statement that returns no
                        result
dbGetQuery,src_impala,character-method
                        Send SQL query to Impala and retrieve results
db_desc                 Describe the Impala data source
impala_unnest           Unnest a complex column in an Impala table
src_databases           List all available databases
src_impala              Connect to Impala and create a remote dplyr
                        data source
tbl                     Create a lazy 'tbl' from an Impala table
