Class TopNApplicationResult<T>

java.lang.Object
io.trino.spi.connector.TopNApplicationResult<T>

public class TopNApplicationResult<T> extends Object
  • Constructor Details

    • TopNApplicationResult

      public TopNApplicationResult(T handle, boolean topNGuaranteed, boolean precalculateStatistics)
      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 for handle.
  • Method Details

    • getHandle

      public T getHandle()
    • isTopNGuaranteed

      public boolean isTopNGuaranteed()
    • isPrecalculateStatistics

      public boolean isPrecalculateStatistics()