Interface StreamFilter

    • Method Detail

      • filter

        Row filter​(Row data)
            throws Exception
        Filters the dataset row coming through.
        Parameters:
        data - the data to filter
        Returns:
        the filtered data
        Throws:
        Exception - if filtering fails