Wvlet
1 program
Added 2026-03-04T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: wvlet
Provenance: commit ffa8ce30aa · authored 2026-03-04T23:20:19+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Flow-style column operations on lineitem table
Provenance: commit ffa8ce30aa · authored 2026-03-04T23:20:19+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
from lineitem
add l_quantity * l_extendedprice as revenue
rename l_shipdate as ship_date
exclude l_comment
shift l_orderkey, revenue
limit 5;