Expand description
§Common types (GraphDB)
A set of common types that largely support the ResultSet
type, a wrapper
around results that come back from a graph database that supports dynamic,
strongly-typed tuple extraction.
These types are mostly copied wholesale from the RedisGraph client library that can be found at https://github.com/malte-v/redisgraph-rs
Modules§
- Common protocol types
Structs§
- A string returned by the graph DB as a vector of bytes
- Represents the return data from a graph. You shouldn’t have to use this type directly, but rather extract rows and columns via vectors of tuples and pattern matching/destructing
- Human-readable statistics that are optionally returned with each query
Enums§
- A single column of the result set.
- Common error type for this crate.
- A scalar value returned by the Graph provider
Constants§
Traits§
- Implemented by types that can be constructed from a cell in a
ResultSet
. - Implemented by types that can be constructed from a row in a
ResultSet
.
Type Aliases§
- Common result type for this crate.