pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.42k stars 223 forks source link

Should we reify the notion of "a column" or "a row"? #1712

Open workingjubilee opened 1 month ago

workingjubilee commented 1 month ago

This may make operations involving types like TableIterator<'_, (T0, T1)> more clear. Doing this may help (or hinder???)