Xbase.Types.IndexKey (Xbase v0.1.0)

View Source

Index key structure representing a key-value pair in a CDX index.

Contains the index key data and associated record pointer for B-tree operations and record lookups.

Summary

Types

t()

@type t() :: %Xbase.Types.IndexKey{
  key_data: binary(),
  key_type: :character | :numeric | :date | :logical,
  record_number: non_neg_integer()
}