BoltexNif.Summary (boltex_nif v0.1.1)

View Source

Metadata returned alongside a query run — timing, counters, notifications, and (under Bolt v5) the bookmark identifying the committed state.

Summary

Types

query_type()

@type query_type() :: String.t()

t()

@type t() :: %BoltexNif.Summary{
  available_after_ms: non_neg_integer() | nil,
  bookmark: String.t() | nil,
  consumed_after_ms: non_neg_integer() | nil,
  db: String.t() | nil,
  notifications: [BoltexNif.Notification.t()],
  query_type: query_type(),
  stats: BoltexNif.Summary.Counters.t()
}