Class RexSlot

    • Field Detail

      • index

        protected final int index
    • Constructor Detail

      • RexSlot

        protected RexSlot​(java.lang.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 Detail

      • getIndex

        public int getIndex()