Crate partiql_value

Source

Re-exports§

pub use comparison::*;

Modules§

boxed_variant
comparison
datum

Macros§

bag
list
tuple

Structs§

Bag
Represents a PartiQL BAG value, e.g.: <<1, ‘two’, 4>>
BagIntoIterator
BagIter
GEdgeId
The id of an edge in the graph.
GElem
An element’s attributes: labels and optional payload.
GLabelId
A label; backed by a Rodeo interner.
GLabels
A set of labels applied to an element.
GNodeId
The id of a node in the graph.
List
Represents a PartiQL List value, e.g. [1, 2, ‘one’]
ListIntoIterator
ListIter
NullSortedValue
A wrapper on [T] that specifies if a null or missing value should be ordered before ([NULLS_FIRST] is true) or after ([NULLS_FIRST] is false) other values.
PairsIntoIter
PairsIter
SimpleGraph
A ‘simple’ graph of nodes and edges in both directed and undirected graphs.
Tuple
Unparsed
Variant
VariantIntoIterator
VariantIter

Enums§

BindingIntoIter
BindingIter
BindingsMatcher
BindingsName
DateTime
EdgeSpec
Specification for an edge; Direciton and end-points.
Graph
Value
ValueIntoIterator
ValueIter
VariantError

Traits§

BinaryAnd
BinaryOr
UnaryPlus

Type Aliases§

VariantResult