Handle suppressed substrings by returning a nullable string from the random string extractor, and use * as a placeholder in the generated string.
Prevent exception thrown on null dereference when datetime histogram is not generated. This just prevents the crash but doesn't fix the underlying problem. (see #267)
*
as a placeholder in the generated string.Fixes #265 Fixes #266