Skip to content

Commit

Permalink
Remove implementation of TwoOptionalArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Nov 4, 2024
1 parent f70f64e commit 597951b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.elasticsearch.xpack.esql.expression.function.Example;
import org.elasticsearch.xpack.esql.expression.function.FunctionInfo;
import org.elasticsearch.xpack.esql.expression.function.Param;
import org.elasticsearch.xpack.esql.expression.function.TwoOptionalArguments;
import org.elasticsearch.xpack.esql.io.stream.PlanStreamInput;

import java.io.IOException;
Expand All @@ -37,7 +36,7 @@
/**
* Full text function that performs a {@link QueryStringQuery} .
*/
public class Match extends FullTextFunction implements Validatable, TwoOptionalArguments {
public class Match extends FullTextFunction implements Validatable {

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

Expand Down

0 comments on commit 597951b

Please sign in to comment.