Skip to main content

Module expr_cache

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 πŸ”’

FunctionsΒ§

latest_item_version
The item version to record with an item’s cached expressions, the latest of its versions.