Google's new pipe syntax in SQL
simonwillison.net
Google's new pipe syntax in SQL
1–10 of 192 posts
Re: Google's new pipe syntax in SQL
#2Re: Google's new pipe syntax in SQL
#3Title should probably be changed, since the article is about using AI to convert a PDF to semantic HTML.
Re: Google's new pipe syntax in SQL
#4Re: Google's new pipe syntax in SQL
#5https://news.ycombinator.com/item?id=41321876 (first) https://news.ycombinator.com/item?id=41338877 (plenty of discussions)
I tried this new syntax and this seems a reasonable proposal for complex analytical queries. This new syntax probably does not change most simple transactional queries though. The syntax matches the execution semantic more closely, which means you less likely need to formulate query in a weird form to make query planner work as expected; usually users only need to move some pipe operators to more appropriate places.
Re: Google's new pipe syntax in SQL
#6Worth reading the thread, there are some good insights. It looks like he will be waiting on Postgres to take the initiative on implementing this before it makes it into a release.
Re: Google's new pipe syntax in SQL
#7Previous submissions on the paper itself: https://news.ycombinator.com/item?id=41321876 (first) https://news.ycombinator.com/item?id=41338877 (plenty of discussions) I tried this new syntax and this seems a reasonable proposal for complex analytical queries. This new syntax probably does not change most simple transactional queries though. The syntax matches the execution semantic more closely, which means you less l…
Re: Google's new pipe syntax in SQL
#8Previous submissions on the paper itself: https://news.ycombinator.com/item?id=41321876 (first) https://news.ycombinator.com/item?id=41338877 (plenty of discussions) I tried this new syntax and this seems a reasonable proposal for complex analytical queries. This new syntax probably does not change most simple transactional queries though. The syntax matches the execution semantic more closely, which means you less l…
There was a second submission of the paper, which attracted more comments: https://news.ycombinator.com/item?id=41338877
Re: Google's new pipe syntax in SQL
#9Title should probably be changed, since the article is about using AI to convert a PDF to semantic HTML.
This particular post quickly turned into a very thinly veiled excuse for me to complain about PDFs, then demonstrate a Gemini Pro trick.
In this case I converted to HTML - I've since tried converting a paper to Markdown and sharing in a Gist, which I think worked even better: https://gist.github.com/simonw/46a33d66e069efe5c10b63625fdab... - notes here https://simonwillison.net/2024/Aug/27/distro/