Module expr_cache

Source
Expand description

A cache for optimized expressions.

Structsยง

CacheKey ๐Ÿ”’
ExpressionCache
A durable cache of optimized expressions.
ExpressionCacheConfig
Configuration needed to initialize an ExpressionCache.
ExpressionCacheHandle
ExpressionCodec ๐Ÿ”’
GlobalExpressions
The data that is cached per catalog object as a result of global optimizations.
LocalExpressions
The data that is cached per catalog object as a result of local optimizations.

Enumsยง

CacheOperation ๐Ÿ”’
Operations to perform on the cache.
ExpressionType ๐Ÿ”’