Package org.apache.drill.exec.udfs
Class NetworkFunctions
java.lang.Object
org.apache.drill.exec.udfs.NetworkFunctions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This function retunrs the number of IP addresses in the input CIDR block.static class
This function returns the broadcast address of a given CIDR block.static class
This function gets the numerically highest IP address in an input CIDR block.static class
This function converts an IPv4 address into a BigInt.static class
This function converts a BigInt IPv4 into dotted decimal notation.static class
This function takes two arguments, an input IPv4 and a CIDR, and returns true if the IP is in the given CIDR blockstatic class
This function returns true if a given IPv4 address is private, false if not.static class
Returns true if the input string is a valid IP addressstatic class
Returns true if the input string is a valid IPv4 addressstatic class
Returns true if the input string is a valid IP addressstatic class
This function gets the numerically lowest IP address in an input CIDR block.static class
This function gets the netmask of the input CIDR block.static class
This function decodes URL strings.static class
This function encodes URL strings. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
NetworkFunctions
public NetworkFunctions()
-