Class RexSlot

Direct Known Subclasses:
RexInputRef, RexLocalRef

public abstract class RexSlot extends RexVariable
Abstract base class for RexInputRef and RexLocalRef.
  • Field Details

    • index

      protected final int index
  • Constructor Details

    • RexSlot

      protected RexSlot(String name, int index, RelDataType type)
      Creates a slot.
      Parameters:
      index - Index of the field in the underlying rowtype
      type - Type of the column
  • Method Details

    • getIndex

      public int getIndex()