Skip to content

Commit

Permalink
add new cache functions to TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Dec 9, 2024
1 parent 35e4c5a commit bdcf871
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ Note: `ALTER EXTENSION pg_duckdb WITH SCHEMA schema` is not currently supported.
| [`iceberg_snapshots`](#iceberg_snapshots) | Read Iceberg snapshot information |
| [`delta_scan`](#delta_scan) | Read a Delta dataset |

## DuckDB Administration Functions
## Cache Management Functions

| Name | Description |
| :--- | :---------- |
| [`duckdb.cache`](#cache) | Caches a Parquet or CSV file to disk |
| [`duckdb.cache_info`](#cache_info) | Returns metadata about cached files |
| [`duckdb.cache_delete`](#cache_delete) | Deletes a file from the cache |

## DuckDB Administration Functions

| Name | Description |
| :--- | :---------- |
| [`duckdb.install_extension`](#install_extension) | Installs a DuckDB extension |
| [`duckdb.raw_query`](#raw_query) | Runs a query directly against DuckDB (meant for debugging)|
| [`duckdb.recycle_ddb`](#recycle_ddb) | Force a reset the DuckDB instance in the current connection (meant for debugging) |
Expand Down

0 comments on commit bdcf871

Please sign in to comment.