Class IndexJoinOptimizer.IndexKeyTracer
java.lang.Object
io.trino.sql.planner.optimizations.IndexJoinOptimizer.IndexKeyTracer
- Enclosing class:
IndexJoinOptimizer
Identify the mapping from the lookup symbols used at the top of the index plan to
the actual symbols produced by the IndexSource. Note that multiple top-level lookup symbols may share the same
underlying IndexSource symbol. Also note that lookup symbols that do not correspond to underlying index source symbols
will be omitted from the returned Map.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexKeyTracer
public IndexKeyTracer()
-
-
Method Details
-
trace
-