Package org.apache.drill.exec.udfs
Class NetworkFunctions.IsValidIPFunction
java.lang.Object
org.apache.drill.exec.udfs.NetworkFunctions.IsValidIPFunction
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- NetworkFunctions
Returns true if the input string is a valid IP address
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IsValidIPFunction
public IsValidIPFunction()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-