Amazon Athena JDBC Driver Wrapper Supporting the 'metis' Package
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

8 righe
244 B

#' Retrieve the version of the Simba Athena JDBC driver included with the package
#'
#' @export
#' @examples
#' simba_driver_version()
simba_driver_version <- function() {
rJava::J("com.simba.athena.athena.core.AJDriver")$AJ_DRIVER_VERSION
}