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