Package io.trino.plugin.pinot.client
Class PinotLegacyServerQueryClientConfig
- java.lang.Object
-
- io.trino.plugin.pinot.client.PinotLegacyServerQueryClientConfig
-
public class PinotLegacyServerQueryClientConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description PinotLegacyServerQueryClientConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxRowsPerSplitForSegmentQueries()PinotLegacyServerQueryClientConfigsetMaxRowsPerSplitForSegmentQueries(int maxRowsPerSplitForSegmentQueries)
-
-
-
Method Detail
-
getMaxRowsPerSplitForSegmentQueries
public int getMaxRowsPerSplitForSegmentQueries()
-
setMaxRowsPerSplitForSegmentQueries
@Config("pinot.max-rows-per-split-for-segment-queries") public PinotLegacyServerQueryClientConfig setMaxRowsPerSplitForSegmentQueries(int maxRowsPerSplitForSegmentQueries)
-
-