Skip to content

Commit bab48d7

Browse files
committed
Remove interface PPLTypeChecker
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 94c7f33 commit bab48d7

2 files changed

Lines changed: 3 additions & 481 deletions

File tree

core/src/main/java/org/opensearch/sql/expression/function/PPLFuncImpTable.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,9 @@ protected void registerOperator(BuiltinFunctionName functionName, SqlOperator op
539539
}
540540

541541
/**
542-
* Registers an operator for a built-in function name with a specified {@link PPLTypeChecker}.
543-
* This allows custom type checking logic to be associated with the operator.
542+
* Registers an operator for a built-in function name with a specified {@link
543+
* SqlOperandTypeChecker}. This allows custom type checking logic to be associated with the
544+
* operator.
544545
*
545546
* @param functionName the built-in function name
546547
* @param operator the SQL operator to register

0 commit comments

Comments
 (0)