Class Ast.SetStep

Direct Known Subclasses:
Ast.Except, Ast.Intersect, Ast.Union
Enclosing class:
Ast

public abstract static class Ast.SetStep extends Ast.FromStep
Base class for a step that is a set operation (union, intersect, except).
  • Field Details

    • args

      public final com.google.common.collect.ImmutableList<Ast.Exp> args
    • distinct

      public final boolean distinct
  • Constructor Details

    • SetStep

      SetStep(Pos pos, Op op, boolean distinct, com.google.common.collect.ImmutableList<Ast.Exp> args)
  • Method Details