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 Summary
Modifier and TypeMethodDescriptionwithDynamicThreshold(DynamicThreshold threshold) Returns a reader copy that consultsthresholdat natural skip boundaries.
-
Method Details
-
withDynamicThreshold
Returns a reader copy that consultsthresholdat natural skip boundaries.
-