Package net.hydromatic.morel.ast
Class Ast.Scan
java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Ast.FromStep
net.hydromatic.morel.ast.Ast.Scan
- Enclosing class:
Ast
A scan (e.g. "e in emps")
or scan-and-join (e.g. "left join d in depts on e.deptno = d.deptno")
in a
from expression.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.voidAccepts a visitor, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.(package private) AstWriter
-
Field Details
-
pat
-
exp
-
condition
-
-
Constructor Details
-
Scan
-
-
Method Details
-
unparse
-
accept
Description copied from class:AstNodeAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result. -
accept
Description copied from class:AstNodeAccepts a visitor, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result. -
copy
-