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.
Specs
new(binary() | {any(), FDB.Coder.t()} | FDB.Directory.t(), FDB.Coder.t()) :: FDB.Coder.t()
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