Expand description
A cache for optimized expressions.
StructsΒ§
- Cache
Key π - Expression
Cache - A durable cache of optimized expressions.
- Expression
Cache Config - Configuration needed to initialize an
ExpressionCache. - Expression
Cache Handle - Expression
Codec π - 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.
EnumsΒ§
- Cache
Operation π - Operations to perform on the cache.
- Expression
Type π
FunctionsΒ§
- latest_
item_ version - The item version to record with an itemβs cached expressions, the latest of its
versions.