-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add ip_prefix function [4/n] #11514
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D65802211 |
1521c1c
to
29dfe37
Compare
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Differential Revision: D65802211
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
29dfe37
to
da9fde7
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
da9fde7
to
f6f6f32
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
f6f6f32
to
524cfba
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
524cfba
to
28fa3b3
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
28fa3b3
to
0ea750c
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
0ea750c
to
d60de75
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
Summary: Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
This pull request was exported from Phabricator. Differential Revision: D65802211 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
d6f5670
to
49f1b48
Compare
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
49f1b48
to
60f34ea
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Differential Revision: D65802211
60f34ea
to
e38f029
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fuzzer failure is due to a bug.
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Reviewed By: spershin Differential Revision: D65802211
e38f029
to
3e68c74
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Reviewed By: spershin Differential Revision: D65802211
3e68c74
to
e5e879b
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Reviewed By: spershin Differential Revision: D65802211
e5e879b
to
997d80d
Compare
This pull request was exported from Phabricator. Differential Revision: D65802211 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Reviewed By: spershin Differential Revision: D65802211
997d80d
to
8f4c540
Compare
…oad the correct commit data. Differential Revision: D67159266
8f4c540
to
3d27e3a
Compare
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Reviewed By: spershin Differential Revision: D65802211
This pull request was exported from Phabricator. Differential Revision: D65802211 |
Summary: Pull Request resolved: facebookincubator#11514 Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits. Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask. We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type. Split from facebookincubator#11407 Reviewed By: spershin Differential Revision: D65802211
This pull request was exported from Phabricator. Differential Revision: D65802211 |
3d27e3a
to
77de4ac
Compare
Summary:
Add ip_prefix function which takes in varchar or ipaddress along with a prefixBits.
Use folly lib to convert the varchar or ipaddress type to folly::IPAddressV6, and then apply the mask.
We return a tuple<int128_t, int8_t> which corresponds to the ipaddress and prefix for IPAddressPrefix type.
Split from #11407
Differential Revision: D65802211