Package org.apache.drill.exec.udfs
Class NetworkFunctions.InetNtoaFunction
java.lang.Object
org.apache.drill.exec.udfs.NetworkFunctions.InetNtoaFunction
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- NetworkFunctions
This function converts a BigInt IPv4 into dotted decimal notation. The opposite of inet_aton.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InetNtoaFunction
public InetNtoaFunction()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-