File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
11
import org .elasticsearch .common .io .stream .StreamInput ;
12
12
import org .elasticsearch .common .io .stream .StreamOutput ;
13
13
import org .elasticsearch .inference .TaskType ;
14
+ import org .elasticsearch .xpack .esql .capabilities .TelemetryAware ;
14
15
import org .elasticsearch .xpack .esql .core .capabilities .Resolvables ;
15
16
import org .elasticsearch .xpack .esql .core .expression .Alias ;
16
17
import org .elasticsearch .xpack .esql .core .expression .Attribute ;
37
38
import static org .elasticsearch .xpack .esql .core .expression .Expressions .asAttributes ;
38
39
import static org .elasticsearch .xpack .esql .expression .NamedExpressions .mergeOutputAttributes ;
39
40
40
- public class Rerank extends InferencePlan <Rerank > implements SortAgnostic , SurrogateLogicalPlan {
41
+ public class Rerank extends InferencePlan <Rerank > implements SortAgnostic , SurrogateLogicalPlan , TelemetryAware {
41
42
42
43
public static final NamedWriteableRegistry .Entry ENTRY = new NamedWriteableRegistry .Entry (LogicalPlan .class , "Rerank" , Rerank ::new );
43
44
private final Attribute scoreAttribute ;
You can’t perform that action at this time.
0 commit comments