Expand description
A cache for optimized expressions.
Structs§
- Expression
Cache - A durable cache of optimized expressions.
- Expression
Cache Config - Configuration needed to initialize an
ExpressionCache. - Expression
Cache Handle - Global
Expressions - The data that is cached per catalog object as a result of global optimizations.
- Local
Expressions - The data that is cached per catalog object as a result of local optimizations.
Functions§
- latest_
item_ version - The item version to record with an item’s cached expressions, the latest of its
versions.