PRE_SELECTION_THRESHOLD

Constant PRE_SELECTION_THRESHOLD 

Source
const PRE_SELECTION_THRESHOLD: f32 = 0.2;
Expand description

Based on the results calculated from the left side of the short-circuit operation, if the proportion of true is less than 0.2 and the current operation is an and, the RecordBatch will be filtered in advance.