Skip to content

Releases: nathaneastwood/catalog

Second CRAN Release

23 Aug 22:42
3421fdf
Compare
Choose a tag to compare

This is a maintenance release

First CRAN Release

20 Mar 14:49
0a08a86
Compare
Choose a tag to compare

This is the initial release of the {catalog} package. This release adds the full suite of functionality from the Catalog API including:

  • Caching
    • cache_table()
    • clear_cache()
    • is_cached()
    • refresh_by_path()
    • refresh_table()
    • uncache_table()
  • Columns
    • list_columns()
  • Database
    • current_database()
    • database_exists()
    • list_databases()
    • set_current_database()
  • Functions
    • function_exists()
    • get_function()
    • list_functions()
  • Partitioning
    • recover_partitions()
  • Tables
    • create_table()
    • get_table()
    • list_tables()
    • table_exists()
  • Temporary Views
    • drop_global_temp_view()
    • drop_temp_view()