Class ConstraintApplicationResult<T>


  • public class ConstraintApplicationResult<T>
    extends Object
    • Constructor Detail

      • ConstraintApplicationResult

        public ConstraintApplicationResult​(T handle,
                                           TupleDomain<ColumnHandle> remainingFilter,
                                           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 Detail

      • getHandle

        public T getHandle()
      • isPrecalculateStatistics

        public boolean isPrecalculateStatistics()