Skip to content

Commit 53e9918

Browse files
committed
fix redundency name
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent c857635 commit 53e9918

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,6 @@ public enum BuiltinFunctionName {
179179
LIKE(FunctionName.of("like")),
180180
NOT_LIKE(FunctionName.of("not like")),
181181

182-
/** LAMBDA Functions * */
183-
ARRAY_FORALL(FunctionName.of("forall")),
184-
ARRAY_EXISTS(FunctionName.of("exists")),
185-
ARRAY_FILTER(FunctionName.of("filter")),
186-
ARRAY_TRANSFORM(FunctionName.of("transform")),
187-
ARRAY_AGGREGATE(FunctionName.of("reduce")),
188-
189182
/** Aggregation Function. */
190183
AVG(FunctionName.of("avg")),
191184
SUM(FunctionName.of("sum")),

0 commit comments

Comments
 (0)