Skip to content

Commit 597951b

Browse files
committed
Remove implementation of TwoOptionalArguments
1 parent f70f64e commit 597951b

File tree

1 file changed

+1
-2
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+1
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Match.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.elasticsearch.xpack.esql.expression.function.Example;
2424
import org.elasticsearch.xpack.esql.expression.function.FunctionInfo;
2525
import org.elasticsearch.xpack.esql.expression.function.Param;
26-
import org.elasticsearch.xpack.esql.expression.function.TwoOptionalArguments;
2726
import org.elasticsearch.xpack.esql.io.stream.PlanStreamInput;
2827

2928
import java.io.IOException;
@@ -37,7 +36,7 @@
3736
/**
3837
* Full text function that performs a {@link QueryStringQuery} .
3938
*/
40-
public class Match extends FullTextFunction implements Validatable, TwoOptionalArguments {
39+
public class Match extends FullTextFunction implements Validatable {
4140

4241
public static final NamedWriteableRegistry.Entry ENTRY = new NamedWriteableRegistry.Entry(Expression.class, "Match", Match::readFrom);
4342

0 commit comments

Comments
 (0)