Class SimpleSelector


  • public final class SimpleSelector
    extends Selector
    • Method Detail

      • addFetchedColumns

        public void addFetchedColumns​(ColumnFilter.Builder builder)
        Description copied from class: Selector
        Add to the provided builder the column (and potential subselections) to fetch for this selection.
        Specified by:
        addFetchedColumns in class Selector
        Parameters:
        builder - the builder to add columns and subselections to.
      • reset

        public void reset()
        Description copied from class: Selector
        Reset the internal state of this Selector.
        Specified by:
        reset in class Selector
      • getType

        public AbstractType<?> getType()
        Description copied from class: Selector
        Returns the Selector output type.
        Specified by:
        getType in class Selector
        Returns:
        the Selector output type.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object