We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5e7c4 commit 5fffde3Copy full SHA for 5fffde3
core/trino-main/src/main/java/io/trino/operator/OperatorStats.java
@@ -463,11 +463,6 @@ public OperatorStats addFillingPipelineMetrics(Iterable<OperatorStats> operators
463
return add(operators, Optional.of(pipelineMetrics));
464
}
465
466
- public OperatorStats add(OperatorStats operators)
467
- {
468
- return add(ImmutableList.of(operators), Optional.empty());
469
- }
470
-
471
public OperatorStats add(Iterable<OperatorStats> operators)
472
{
473
return add(operators, Optional.empty());
0 commit comments