Package org.apache.drill.exec.udfs
Class NetworkFunctions.BroadcastAddressFunction
java.lang.Object
org.apache.drill.exec.udfs.NetworkFunctions.BroadcastAddressFunction
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- NetworkFunctions
public static class NetworkFunctions.BroadcastAddressFunction
extends Object
implements DrillSimpleFunc
This function returns the broadcast address of a given CIDR block.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BroadcastAddressFunction
public BroadcastAddressFunction()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-