public boolean firstItem; /* First item in the aggBuf? */
public int numBitVectors;
@Override
public int estimate() {
JavaDataModel model = JavaDataModel.get();
return model.primitive1() * 2 + model.primitive2() + model.lengthOfDecimal() * 2 +
model.lengthFor(columnType) + model.lengthFor(numDV);
}
};
@Override