Module fdb::tuple

source ·
Expand description

Provides a set of utilities for serializing and deserializing typed data for use in FDB.

When data is packed together into a Tuple it is suitable for use as an index or organizational structure within FDB. See general Tuple documentation for more information about how Tuple sort and can be uset to efficiently model data.

Modules

Structs

  • Used to represent values of null type that can be contained within a Tuple.
  • Represents a set of elements that make up a sortable, typed key.
  • Represents a schema for a Tuple.
  • Used to represent values written by versionstamp operations with a Tuple.

Enums

Traits