prql-compiler 0.2.2

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Transform type definitions

func from<table> with -> 0
func select<table> assigns frame -> 0
func filter<table> conditions frame -> 0
func derive<table> assigns frame -> 0
func aggregate<table> assigns frame -> 0
func sort<table> by frame -> 0
func take<table> expr frame -> 0
func join<table> with filter side:inner frame -> 0
func group<table> by pipeline frame -> 0
func window<table> rows:0..0 range:0..0 expanding:false rolling:0 pipeline frame -> 0