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