Function jj_lib::revset::lower_expression
source ยท pub fn lower_expression(
node: &ExpressionNode<'_>,
context: &RevsetParseContext<'_>,
) -> Result<Rc<RevsetExpression>, RevsetParseError>
Expand description
Transforms the given AST node
into expression that describes DAG
operation. Function calls will be resolved at this stage.