Uses of Class
net.hydromatic.morel.ast.Core.FromStep
-
Packages that use Core.FromStep Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Core.FromStep in net.hydromatic.morel.ast
Subclasses of Core.FromStep in net.hydromatic.morel.ast Modifier and Type Class Description static classCore.GroupAgroupclause in afromexpression.static classCore.OrderAnorderclause in afromexpression.static classCore.ScanAjoinorv in listExprorv = exprclause in afromexpression.static classCore.WhereAwhereclause in afromexpression.static classCore.YieldStep that computes an expression.Fields in net.hydromatic.morel.ast with type parameters of type Core.FromStep Modifier and Type Field Description com.google.common.collect.ImmutableList<Core.FromStep>Core.From. stepsprivate List<Core.FromStep>FromBuilder. stepsMethods in net.hydromatic.morel.ast that return Core.FromStep Modifier and Type Method Description abstract Core.FromStepCore.FromStep. accept(Shuttle shuttle)Methods in net.hydromatic.morel.ast with parameters of type Core.FromStep Modifier and Type Method Description private FromBuilderFromBuilder. addStep(Core.FromStep step)Method parameters in net.hydromatic.morel.ast with type arguments of type Core.FromStep Modifier and Type Method Description FromBuilderFromBuilder. addAll(Iterable<? extends Core.FromStep> steps)Core.ExpCore.From. copy(TypeSystem typeSystem, Environment env, List<Core.FromStep> steps)Core.FromCoreBuilder. from(ListType type, List<Core.FromStep> steps)Core.FromCoreBuilder. from(TypeSystem typeSystem, List<Core.FromStep> steps)Derives the result type, then callsCoreBuilder.from(ListType, List).(package private) static TypeCoreBuilder. fromElementType(TypeSystem typeSystem, List<Core.FromStep> steps)Returns the element type of aCore.Fromwith the given steps.Core.ExpCoreBuilder. implicitYieldExp(TypeSystem typeSystem, List<Core.FromStep> steps)Returns what would be the yield expression if we created aCore.Fromfrom the given steps.List<Binding>CoreBuilder. lastBindings(List<? extends Core.FromStep> steps)Constructor parameters in net.hydromatic.morel.ast with type arguments of type Core.FromStep Constructor Description From(ListType type, com.google.common.collect.ImmutableList<Core.FromStep> steps) -
Uses of Core.FromStep in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as Core.FromStep Modifier and Type Field Description (package private) Core.FromStepEnvVisitor.FromContext. stepMethods in net.hydromatic.morel.compile with parameters of type Core.FromStep Modifier and Type Method Description voidEnvVisitor. visitStep(Core.FromStep step, List<Binding> bindings)Method parameters in net.hydromatic.morel.compile with type arguments of type Core.FromStep Modifier and Type Method Description protected Supplier<Codes.RowSink>Compiler. createRowSinkFactory(Compiler.Context cx0, com.google.common.collect.ImmutableList<Binding> bindings, List<Core.FromStep> steps, Type elementType)Constructors in net.hydromatic.morel.compile with parameters of type Core.FromStep Constructor Description FromContext(EnvVisitor visitor, Core.FromStep step)
-