FieldFormat.updateForFieldValue

Updates type and format given a new field value.

This is called during look-ahead caching to register a new sample value for the column. The key components updates are field type and print width.

struct FieldFormat
@safe
void
updateForFieldValue
(
const char[] fieldValue
,)

Meta