Class Ast.Current

Enclosing class:
Ast

public static class Ast.Current extends Ast.Exp
Parse tree node of the "current" reference.

current references the current row in a step of a query. Also, it is name of the sole field returned by an atom yield (e.g. yield x + 2) with an expression for which AstBuilder.implicitLabelOpt(Ast.Exp) cannot derive a label.