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