Skip to content

BabakAp/HiveUDFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HiveUDFs

Several UDFs for Hive (Including IPv4 address to Integer converter and vice versa)

IP2INT: Convert an IPv4 address (String) to an Integer.

For any address whose first bit is flipped (128.x), the return value is negative due to Java's signed int.

INT2IP: Convert an Integer to an IPv4 address (String).

About

Several UDFs for Hive (Including IPv4 address to Integer converter and vice versa)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages