Package net.hydromatic.morel.ast
Class Ast.SetStep
java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Ast.FromStep
net.hydromatic.morel.ast.Ast.SetStep
- Direct Known Subclasses:
Ast.Except,Ast.Intersect,Ast.Union
- Enclosing class:
Ast
Base class for a step that is a set operation (
union,
intersect, except).-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Ast.Exp> final boolean -
Constructor Summary
Constructors -
Method Summary