tests/testthat/_snaps/backend-hive.md

generates custom sql

Code
  sql_table_analyze(con, in_schema("schema", "tbl"))
Output
  <SQL> ANALYZE TABLE `schema`.`tbl` COMPUTE STATISTICS
Code
  union_all(lf, lf)
Output
  <SQL>
  SELECT *
  FROM `df`

  UNION ALL

  SELECT *
  FROM `df`


Try the dbplyr package in your browser

Any scripts or data that you put into this service are public.

dbplyr documentation built on Oct. 26, 2023, 9:06 a.m.