Function prql_compiler::semantic::ast_expand::try_restrict_range
source · pub fn try_restrict_range(expr: Expr) -> Result<(Expr, Expr), Expr>Expand description
Restricts a tuple of form {start=a, end=b} into a range a..b.