Versions Compared

Key

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

...

A binary tuple is kept as a sequence of fields contiguously going in memory one after another in the same order as they go in the tuple schema. The number of fields is defined by the schema too. Each field is a sequence of bytes that can be interpreted only after learning the field type in the schema.

Reference Links

1. IEP-54: Schema-first Approach

...