Interface DataSource<T>

    • Method Detail

      • getCardinality

        int getCardinality()
        Returns an estimate of the number of results from read().
      • read

        ResultSet<T> read()
        Returns read from the index and return the results.