From af963ee8fc18f7abfe66015a56f425e3ac7f2bb3 Mon Sep 17 00:00:00 2001 From: mohsaka <135669458+mohsaka@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:58:50 -0700 Subject: [PATCH] Fix documentation --- velox/docs/develop/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/docs/develop/types.rst b/velox/docs/develop/types.rst index b8b35af12889..ac8cefd322d1 100644 --- a/velox/docs/develop/types.rst +++ b/velox/docs/develop/types.rst @@ -148,7 +148,7 @@ store timezone ID. Supported range of timezone ID is [1, 1680]. The definition of timezone IDs can be found in ``TimeZoneDatabase.cpp``. IPADDRESS represents an IPV6 or IPV4 formatted IPV6 address. Its physical -type is BIGINT. The format that the address is stored in is defined as part of `(RFC 4291#section-2.5.5.2) `_ +type is HUGEINT. The format that the address is stored in is defined as part of `(RFC 4291#section-2.5.5.2) `_ As Velox is run on Little Endian systems and the standard is network byte(Big Endian) order, we reverse the bytes to allow for masking and other bit operations used in IPADDRESS/IPPREFIX related functions. This type can be used to