Module prql_compiler::ast::pl::expr
source · Structs
Function called with possibly missing positional arguments.
May also contain environment that is needed to evaluate the body.
Expr is anything that has a value and thus a type.
If it cannot contain nested Exprs, is should be under ExprKind::Literal.
Function call.
A value and a series of functions that are to be applied to that value one after another.
Inclusive-inclusive range.
Missing bound means unbounded range.
FuncCall with better typing. Returns the modified table.