File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/telemetry Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2424import org .elasticsearch .xpack .esql .plan .logical .Keep ;
2525import org .elasticsearch .xpack .esql .plan .logical .Limit ;
2626import org .elasticsearch .xpack .esql .plan .logical .LogicalPlan ;
27+ import org .elasticsearch .xpack .esql .plan .logical .Lookup ;
2728import org .elasticsearch .xpack .esql .plan .logical .MvExpand ;
2829import org .elasticsearch .xpack .esql .plan .logical .OrderBy ;
2930import org .elasticsearch .xpack .esql .plan .logical .Project ;
@@ -59,6 +60,7 @@ public enum FeatureMetric {
5960 KEEP (Keep .class ::isInstance ),
6061 RENAME (Rename .class ::isInstance ),
6162 LOOKUP_JOIN (LookupJoin .class ::isInstance ),
63+ LOOKUP (Lookup .class ::isInstance ),
6264 CHANGE_POINT (ChangePoint .class ::isInstance ),
6365 INLINESTATS (InlineStats .class ::isInstance ),
6466 RERANK (Rerank .class ::isInstance ),
You can’t perform that action at this time.
0 commit comments