R/count.R

Defines functions cql_count

Documented in cql_count

#' Dispatch a count to some Cassandra table
#'
#' @param session The Cassandra session we will dispatch the query in
#' @param table The table to which to connect
#'
#' @export
cql_count <- function(sc, session, table) {
  sparklyr::invoke_static(sc, "CQLConnect.Count", "get_count", session, table)
}
AkhilNairAmey/CQLConnect documentation built on May 23, 2019, 8:24 p.m.