Packages

SQL query builder core for Gleam

Current section

Files

Jump to
galchemy include galchemy@ast@expression_WindowExpr.hrl
Raw

include/galchemy@ast@expression_WindowExpr.hrl

-record(window_expr, {
function :: galchemy@ast@expression:expression(),
window :: galchemy@ast@expression:window_definition()
}).