Interface DataSetHandler

  • All Superinterfaces:
    DataSetRowSet

    public interface DataSetHandler
    extends DataSetRowSet
    Interface addressed to execute single operations over a data set.
    • Method Detail

      • group

        DataSetHandler group​(org.dashbuilder.dataset.group.DataSetGroup op)
      • filter

        DataSetHandler filter​(org.dashbuilder.dataset.filter.DataSetFilter op)
      • sort

        DataSetHandler sort​(org.dashbuilder.dataset.sort.DataSetSort op)