Julian Hyde
@julianhyde.bsky.social
520 followers
67 following
240 posts
On a mission to tame data. (Ex-Google, always ASF, working on something new.)
Posts
Media
Videos
Starter Packs
Julian Hyde
@julianhyde.bsky.social
· Jun 22
Add syntax for monoid comprehensions · Issue #69 · hydromatic/morel
Today a from ... group ... [compute ...] query returns a list. If the group key is empty (i.e. group is immediately followed by compute, or group marks the end of the from expression) then the list...
github.com
Julian Hyde
@julianhyde.bsky.social
· Jun 22
Syntax for aggregate functions · hydromatic morel · Discussion #292
In SQL, aggregate functions are not even functions. A function takes an argument and returns a result, and SQL's aggregate functions are applied to a collection that is implicitly created for each ...
github.com
Julian Hyde
@julianhyde.bsky.social
· Jun 19
Julian Hyde
@julianhyde.bsky.social
· Jun 8
Julian Hyde
@julianhyde.bsky.social
· Jun 7
Julian Hyde
@julianhyde.bsky.social
· Jun 7
Julian Hyde
@julianhyde.bsky.social
· Jun 7
Julian Hyde
@julianhyde.bsky.social
· Jun 7
Julian Hyde
@julianhyde.bsky.social
· Jun 7
Julian Hyde
@julianhyde.bsky.social
· Jun 4
INTERSECT ALL, EXCEPT ALL, and the arithmetic of fractions
SQL’s INTERSECT ALL and EXCEPT ALL operators rarely get attention, but they elegantly solve a classic math problem. The problem is computing the greatest common divisor (GCD) and least common multiple...
blog.hydromatic.net
Julian Hyde
@julianhyde.bsky.social
· May 22
I'm getting ready to merge a big new feature to Morel - ability to query unordered data sets (bags, and database tables), ordered data sets (lists), and hybrid queries that mix the two. I'd appreciate feedback on whether the specification is clear. github.com/hydromatic/m...
Ordered and unordered queries · Issue #273 · hydromatic/morel
In SQL, tables are inherently unordered, and query results remain unordered until explicitly sorted with an ORDER BY clause. In contrast, functional programming languages like Standard ML -- and by...
github.com
Julian Hyde
@julianhyde.bsky.social
· May 21
Ordered and unordered queries · Issue #273 · hydromatic/morel
In SQL, tables are inherently unordered, and query results remain unordered until explicitly sorted with an ORDER BY clause. In contrast, functional programming languages like Standard ML -- and by...
github.com
Julian Hyde
@julianhyde.bsky.social
· May 19
Julian Hyde
@julianhyde.bsky.social
· May 18
Julian Hyde
@julianhyde.bsky.social
· May 18
Julian Hyde
@julianhyde.bsky.social
· May 18
Julian Hyde
@julianhyde.bsky.social
· May 18