You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql: Use itertools to multiunzip instead of doing it manually
Summary:
I always wanted this feature in Rust and just found out `itertools` has it :)
So I'm using it here, where we were doing this manually because vanilla Rust only knows how to unzip 2-tuples.
Doesn't change any behaviour, purely a refactor.
Reviewed By: RajivTS
Differential Revision: D40943893
fbshipit-source-id: bd4f63c89e07d69469152b8db78621f49219818f
0 commit comments