Interface DynamicThresholdAware


public interface DynamicThresholdAware
Capability marker for FormatReader implementations that can use a live TopN threshold.

Presence of this interface is the capability signal: callers use instanceof DynamicThresholdAware rather than a separate flag. Readers that cannot skip data by min/max statistics simply omit it.

  • Method Details

    • withDynamicThreshold

      FormatReader withDynamicThreshold(DynamicThreshold threshold)
      Returns a reader copy that consults threshold at natural skip boundaries.