Package org.apache.drill.exec.udfs
Class NetworkFunctions.HighAddressFunction
java.lang.Object
org.apache.drill.exec.udfs.NetworkFunctions.HighAddressFunction
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- NetworkFunctions
This function gets the numerically highest IP address in an input CIDR block.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HighAddressFunction
public HighAddressFunction()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-