Module mz_repr::adt::char

source ·

Structs§

Enums§

  • Controls how to handle trailing whitespace at the end of bpchar data.

Constants§

Functions§

  • 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.