238239240241242243244245
return rangeProperty; } public void setRangeProperty(DataProperty property) { rangeProperty = property; rangeScalarFunction = new CountFunction(); if (rangeProperty == null) rangeConfig = null; }
244245246247248249250
if (rangeProperty == null) rangeConfig = null; } public ScalarFunction getRangeScalarFunction() { if (rangeScalarFunction != null) return rangeScalarFunction; return rangeScalarFunction = new CountFunction(); }
239240241242243244245246
245246247248249250251
224225226227228229230231
230231232233234235236