Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Nullmap is a bitset that contains N bits, occupies (N + 7) / 8 bytes, where `N` is the number of columns in the schema.

In the bitset if a bit is set to `1` means that then the respective field is NULL.

...