Module jupiter::ig::docs

source ·
Expand description

Contains the core elements to read / query an information graph.

Each information graph is represented by a Doc which provides access to its nodes and leaves via Element. A Doc is built using DocBuilder and can then be further optimized for read access using Table.

Structs§

  • Provides the root node of an information graph.
  • Provides a node or leaf within the information graph.
  • Represents an Iterator over all child elements of a list.
  • Represents an Iterator over all key/value pairs of an inner object.
  • Represents a pre-compiled query.