inst/tinytest/test_distinct.R

test_distinct <- function() {

  table_rep <- mk_td("test_table", c("a", "b", "c", "d"))
  ops <- project(table_rep, groupby = c("a", "b", "c"))
  sql <- to_sql(ops, rquery::rquery_default_db_info())

  invisible(NULL)
}

test_distinct()
WinVector/rquery documentation built on Aug. 24, 2023, 11:12 a.m.