Package net.hydromatic.morel.ast
Class Core.Intersect
java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Core.BaseNode
net.hydromatic.morel.ast.Core.FromStep
net.hydromatic.morel.ast.Core.SetStep
net.hydromatic.morel.ast.Core.Intersect
- Enclosing class:
Core
An
intersect clause in a from expression.-
Field Summary
Fields inherited from class net.hydromatic.morel.ast.Core.SetStep
args, distinctFields inherited from class net.hydromatic.morel.ast.Core.FromStep
env -
Constructor Summary
ConstructorsConstructorDescriptionIntersect(Core.StepEnv env, boolean distinct, com.google.common.collect.ImmutableList<Core.Exp> args) -
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.copy(boolean distinct, List<Core.Exp> args, Core.StepEnv env) Methods inherited from class net.hydromatic.morel.ast.Core.SetStep
isOrdered, unparseMethods inherited from class net.hydromatic.morel.ast.Core.FromStep
unparse
-
Constructor Details
-
Intersect
Intersect(Core.StepEnv env, boolean distinct, com.google.common.collect.ImmutableList<Core.Exp> args)
-
-
Method Details
-
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.- Specified by:
acceptin classCore.FromStep
-
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.- Overrides:
acceptin classCore.BaseNode
-
copy
- Specified by:
copyin classCore.SetStep
-