Searched refs:SUMSQ (Results 1 – 1 of 1) sorted by relevance
55 public static final String SUMSQ = "sumSq"; field in ProfilingPointSummaryEntity249 profilingSummary.setUnindexedProperty(SUMSQ, this.globalStats.getSumSq()); in toEntity()294 || !e.hasProperty(SUMSQ) in fromEntity()309 double sumsq = (double) e.getProperty(SUMSQ); in fromEntity()