pudl icon indicating copy to clipboard operation
pudl copied to clipboard

extended collection

Open darkain opened this issue 4 years ago • 1 comments

collection, but instead of key=>value, it is key=>[array,of,values], where the array is a K/V of every column in the return list, and the parent key is a designated value from said column list.

darkain avatar Mar 23 '21 17:03 darkain

on second thought, this is essentially redefining the normal "select" function, but instead of using an auto-generated integer for the array key, it is instead based on a value from the result set. maybe create an internal chainable method for storing what the "key" column should be, with NULL/invalid values being the current automatic method.

darkain avatar Mar 25 '21 07:03 darkain