malloy icon indicating copy to clipboard operation
malloy copied to clipboard

Malloy is an experimental language for describing data relationships and transformations.

Results 131 malloy issues
Sort by recently updated
recently updated
newest added

``` run: duckdb.sql(""" SELECT 'n' as name, 1 as filed, 'val1' as sic UNION ALL SELECT 'n', 2, 'val1' UNION ALL SELECT 'n', 3, 'val2' UNION ALL SELECT 'n', 4,...