Package io.trino.plugin.pinot.client
Class PinotDataFetcher.RowCountChecker
- java.lang.Object
-
- io.trino.plugin.pinot.client.PinotDataFetcher.RowCountChecker
-
- Enclosing interface:
- PinotDataFetcher
public static class PinotDataFetcher.RowCountChecker extends Object
-
-
Constructor Summary
Constructors Constructor Description RowCountChecker(int limit, String query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckTooManyRows(org.apache.pinot.common.utils.DataTable dataTable)
-
-
-
Constructor Detail
-
RowCountChecker
public RowCountChecker(int limit, String query)
-
-