prql-compiler 0.4.2

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
Documentation
---
source: prql-compiler/src/semantic/resolver.rs
expression: "resolve_derive(r#\"\n            from a\n            derive one = (foo | sum)\n            \"#).unwrap()"
---
- id: 10
  BuiltInFunction:
    name: std.sum
    args:
      - id: 9
        Ident:
          - _frame
          - a
          - foo
        target_id: 4
        ty: Infer
  ty:
    Literal: Column
  alias: one