Re-exports

pub use bulk_insert_item::Item as BulkInsertItemVariant;
pub use edge_query::Query as EdgeQueryVariant;
pub use indra_db_client::IndraDbClient as ProtoClient;
pub use vertex_query::Query as VertexQueryVariant;

Modules

Nested message and enum types in BulkInsertItem.

Nested message and enum types in EdgeQuery.

Generated client implementations.

Generated server implementations.

Nested message and enum types in VertexQuery.

Structs

An item to insert, as part of a bulk insert request.

A higher-level client implementation.

An edge.

Represents a uniquely identifiable key to an edge.

An edge with properties.

Represents an edge property.

An edge property to insert.

Gets property values associated with edges.

A query for edges.

A request to execute a plugin.

A response to a plugin execution.

A request to index a property.

A JSON value.

A property.

Gets the edges associated with vertices.

Gets edges with a property.

Gets vertices with a property.

Gets edges with a property equal to a given value.

Gets vertices with a property equal to a given value.

Gets the vertices associated with edges.

Gets edges with a property.

Gets vertices with a property.

Gets edges with a property equal to a given value.

Gets vertices with a property equal to a given value.

Gets a range of vertices.

Gets a specific set of edges.

Gets a specific set of vertices.

A UUID.

A vertex.

A vertex with properties.

Represents a vertex property.

A vertex property to insert.

Gets property values associated with vertices.

A query for vertices.

Enums

The error returned if a client operation failed.

The error returned if a try into operation fails.

Specifies what kind of items should be piped from one type of query to another.