Interface Selection.Selectors

  • Enclosing class:
    Selection

    public static interface Selection.Selectors
    • Method Detail

      • getColumnFilter

        ColumnFilter getColumnFilter()
        Returns the ColumnFilter corresponding to those selectors
        Returns:
        the ColumnFilter corresponding to those selectors
      • isAggregate

        boolean isAggregate()
        Checks if one of the selectors perform some aggregations.
        Returns:
        true if one of the selectors perform some aggregations, false otherwise.
      • numberOfFetchedColumns

        int numberOfFetchedColumns()
        Returns the number of fetched columns
        Returns:
        the number of fetched columns
      • collectTTLs

        boolean collectTTLs()
        Checks if one of the selectors collect TTLs.
        Returns:
        true if one of the selectors collect TTLs, false otherwise.
      • collectTimestamps

        boolean collectTimestamps()
        Checks if one of the selectors collect timestamps.
        Returns:
        true if one of the selectors collect timestamps, false otherwise.
      • getOutputRow

        java.util.List<java.nio.ByteBuffer> getOutputRow()
      • reset

        void reset()