We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a305b4 commit eacca6eCopy full SHA for eacca6e
2 files changed
core/src/main/java/org/opensearch/sql/expression/function/udf/ip/CidrMatchFunction.java
@@ -27,6 +27,7 @@
27
*
28
* <ul>
29
* <li>(STRING, STRING) -> BOOLEAN
30
+ * <li>(IP, STRING) -> BOOLEAN
31
* </ul>
32
*/
33
public class CidrMatchFunction extends ImplementorUDF {
docs/user/ppl/functions/ip.rst
@@ -16,7 +16,7 @@ Description
16
17
Usage: `cidrmatch(ip, cidr)` checks if `ip` is within the specified `cidr` range.
18
19
-Argument type: STRING, STRING
+Argument type: STRING/IP, STRING
20
21
Return type: BOOLEAN
22
0 commit comments