Fix test; add comment

This commit is contained in:
2023-03-16 09:06:09 -05:00
parent bf44f97630
commit 939dcc308c
2 changed files with 8 additions and 6 deletions

View File

@ -59,7 +59,9 @@ import com.kingsrook.qqq.backend.core.utils.ValueUtils;
/*******************************************************************************
**
** This is a single-step process used to provide Column Statistics. These include
** counts per-value for a field, plus things like total count, min, max, avg, based
** on the field type.
*******************************************************************************/
public class ColumnStatsStep implements BackendStep
{