hydromodpy.data.registry.cache_queries#
Cache queries: read-only lookups over catalog entries.
Concern: never mutates the catalog. Returns rows, dataframes, or
small typed views (CatalogEntry). Frozen-mode rejection on a
cache miss is delegated to cache_store.
Functions
|
Find a cached entry covering the requested extent/period (superset). |
|
List catalog entries as a DataFrame. |
|
Return the list of tables present in the catalog. |
Classes
|
Lightweight object mimicking the SQLAlchemy CatalogEntry for callers that access attributes by name (e.g. |