mz_repr::adt

Module char

Source

Structsยง

Enumsยง

  • CharWhiteSpace ๐Ÿ”’
    Controls how to handle trailing whitespace at the end of bpchar data.

Constantsยง

Functionsยง

  • format_char_str ๐Ÿ”’
    Returns s as a String with options to enforce char and varchar semantics.
  • Ensures that s has fewer than length characters, and returns a String version of it with blank padding so that its width is length characters.
  • Ensures that s has fewer than length characters, and returns a String version of it with all whitespace trimmed from the end.