Uses of Class
net.hydromatic.morel.ast.Core.SetStep
Packages that use Core.SetStep
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of Core.SetStep in net.hydromatic.morel.ast
Subclasses of Core.SetStep in net.hydromatic.morel.astModifier and TypeClassDescriptionstatic classAnexceptclause in afromexpression.static classAnintersectclause in afromexpression.static classAunionclause in afromexpression.Methods in net.hydromatic.morel.ast that return Core.SetStepModifier and TypeMethodDescriptionabstract Core.SetStepCore.SetStep.copy(boolean distinct, List<Core.Exp> args, Core.StepEnv env) -
Uses of Core.SetStep in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.SetStepModifier and TypeMethodDescriptionprivate CalciteCompiler.RelContextCalciteCompiler.setStep(CalciteCompiler.RelContext cx, Core.SetStep setStep)