Class PinotDataFetcher.RowCountChecker

java.lang.Object
io.trino.plugin.pinot.client.PinotDataFetcher.RowCountChecker
Enclosing interface:
PinotDataFetcher

public static class PinotDataFetcher.RowCountChecker extends Object
  • Constructor Details

    • RowCountChecker

      public RowCountChecker(int limit, String query)
  • Method Details

    • checkTooManyRows

      public void checkTooManyRows(org.apache.pinot.common.utils.DataTable dataTable)