Interface PinotDataFetcher

All Known Implementing Classes:
PinotGrpcDataFetcher, PinotLegacyDataFetcher

public interface PinotDataFetcher
  • Method Details

    • checkExceptions

      default void checkExceptions(org.apache.pinot.common.utils.DataTable dataTable, PinotSplit split, String query)
    • getReadTimeNanos

      long getReadTimeNanos()
    • getMemoryUsageBytes

      long getMemoryUsageBytes()
    • endOfData

      boolean endOfData()
    • isDataFetched

      boolean isDataFetched()
    • fetchData

      void fetchData()
    • getNextDataTable

      PinotDataTableWithSize getNextDataTable()