Dllb.Result.Components (Dllb v0.4.0)

Copy Markdown View Source

Represents the result of a GRAPH COMPONENTS query: a compact connected-components summary (no per-component membership).

Summary

Types

t()

@type t() :: %Dllb.Result.Components{
  component_count: non_neg_integer(),
  largest: non_neg_integer(),
  nodes: non_neg_integer()
}