View Source FDB.Coder.Subspace (fdb v6.3.23-0)

Link to this section Summary

Functions

Concats two subspaces. The coder associated with a will be discarded.

Creates a new subspace. The prefix can be provided in three ways

Link to this section Functions

Specs

concat(FDB.Coder.t(), FDB.Coder.t()) :: FDB.Coder.t()

Concats two subspaces. The coder associated with a will be discarded.

Link to this function

new(prefix, coder \\ FDB.Coder.Identity.new())

View Source

Specs

Creates a new subspace. The prefix can be provided in three ways

  • raw binary
  • {prefix_value, prefix_coder} - a value and a coder to encode the value
  • a directory