# Functions
No description provided by the author
No description provided by the author
No description provided by the author
UnmarshalOp transforms a JSON representation of an operator into an Op.
# Structs
An Agg is an AST node that represents a aggregate function.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
A BinaryExpr is any expression of the form "lhs kind rhs" including arithmetic (+, -, *, /), logical operators (and, or), comparisons (=, !=, <, <=, >, >=), and a dot expression (".") (on records).
A Call represents different things dependending on its context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
Def is like Assignment but the LHS is an identifier that may be later referenced.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
No description provided by the author
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
No description provided by the author
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
An Op is a node in the flowgraph that takes Zed values in, operates upon them, and produces Zed values as output.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Op is the interface implemented by all AST operator nodes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
A Seq represents a sequence of operators that receive a stream of Zed values from their parent into the first operator and each subsequent operator processes the output records from the previous operator.