Gets the leaf node compiled for the given \p valueKey.
| 176 | |
| 177 | /// Gets the leaf node compiled for the given \p valueKey. |
| 178 | const EfLeafNode *GetCompiledLeafNode(const ExecValueKey &valueKey) const { |
| 179 | return _compiledLeafNodeCache.Find(valueKey); |
| 180 | } |
| 181 | |
| 182 | /// Establishes that \p leafNode has been compiled for \p valueKey. |
| 183 | /// |