Class NetworkFunctions.NetmaskFunction

java.lang.Object
org.apache.drill.exec.udfs.NetworkFunctions.NetmaskFunction
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc
Enclosing class:
NetworkFunctions

public static class NetworkFunctions.NetmaskFunction extends Object implements DrillSimpleFunc
This function gets the netmask of the input CIDR block.
  • Constructor Details

    • NetmaskFunction

      public NetmaskFunction()
  • Method Details