Package org.apache.drill.exec.udfs
Class NetworkFunctions.IsValidIPv6Function
java.lang.Object
org.apache.drill.exec.udfs.NetworkFunctions.IsValidIPv6Function
- 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
-
IsValidIPv6Function
public IsValidIPv6Function()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-