Class TopNApplicationResult<T>
java.lang.Object
io.trino.spi.connector.TopNApplicationResult<T>
-
Constructor Summary
ConstructorsConstructorDescriptionTopNApplicationResult(T handle, boolean topNGuaranteed, boolean precalculateStatistics) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
TopNApplicationResult
- Parameters:
precalculateStatistics- Indicates whether engine should consider calculating statistics based on the plan before pushdown, as the connector may be unable to provide good table statistics forhandle.
-
-
Method Details
-
getHandle
-
isTopNGuaranteed
public boolean isTopNGuaranteed() -
isPrecalculateStatistics
public boolean isPrecalculateStatistics()
-