Interface DatasetFilter

    • Method Detail

      • init

        void init​(DatasetFillContext context)
        Initializes the filter.
        Parameters:
        context - dataset context information
      • matches

        boolean matches​(EvaluationType evaluation)
        Determines whether the current row matches the filter criteria. Matching rows are included in the report, while non-matching rows are skipped.
        Parameters:
        evaluation - the evaluation type. Currently only EvaluationType.ESTIMATED is used.
        Returns:
        true if the row is to be included in the report.