Closed clokep closed 11 months ago
This is the last simple_* API that automatically creates dictionaries of the provided columns.
The vast majority of the time we return only a couple of columns and immediately unpack the dictionary. This is wasteful and a continuation of #16431.
Builds on #16611.
Rebased after merge of #16611.
This is the last simple_* API that automatically creates dictionaries of the provided columns.
The vast majority of the time we return only a couple of columns and immediately unpack the dictionary. This is wasteful and a continuation of #16431.
Builds on #16611.