Malloy
1 program
Added 2026-02-12T10:27:57.385502Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 5e07fa4269 · authored 2026-02-12T11:28:34+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Flight Analysis Query
Provenance: commit 5e07fa4269 · authored 2026-02-12T11:28:34+01:00 · agent claude-code · model sonnet · WebSearch enabled
run: bigquery.table('malloydata-org.faa.flights') -> {
where: origin = 'SFO'
group_by: carrier
aggregate:
flight_count is count()
average_flight_time is flight_time.avg()
}