Description
private double[] invPow2Register;
seems to add up memory when caching column stats (#table * #partition * #cols). This register can be pre-computed and stored as constant.
private double[] invPow2Register;
seems to add up memory when caching column stats (#table * #partition * #cols). This register can be pre-computed and stored as constant.