public boolean isCounter() {
   return defaultColumnValueType != null
       && defaultColumnValueType.equals(ComparatorType.COUNTERTYPE);
 }