Module mz_catalog::expr_cache
source ยท Expand description
A cache for optimized expressions.
Structsยง
- Cache
Key ๐ - A durable cache of optimized expressions.
- Configuration needed to initialize an
ExpressionCache
. - Expression
Codec ๐ - The data that is cached per catalog object as a result of global optimizations.
- The data that is cached per catalog object as a result of local optimizations.
Enumsยง
- Cache
Operation ๐Operations to perform on the cache. - Expression
Type ๐