[feature](function) support ip function named ipv6_cidr_to_range(addr, cidr) (#29812)

This commit is contained in:
yangshijie
2024-01-15 19:02:00 +08:00
committed by yiguolei
parent 43597afe2c
commit 66513d57f9
10 changed files with 446 additions and 36 deletions

View File

@ -37,5 +37,6 @@ void register_function_ip(SimpleFunctionFactory& factory) {
factory.register_function<FunctionIsIPv4String>();
factory.register_function<FunctionIsIPv6String>();
factory.register_function<FunctionIsIPAddressInRange>();
factory.register_function<FunctionIPv6CIDRToRange>();
}
} // namespace doris::vectorized