@Override
 public int getApproximateOutputLength(@Nullable CustomTemplateCallback callback) {
   return myLeftOperand.getApproximateOutputLength(callback) * myRightOperand;
 }