Enum edn::query::Element
[−]
[src]
Variants
Variable(Variable)
Aggregate(Aggregate)
Corresponding(Variable)
In a query with a max
or min
aggregate, a corresponding variable
(indicated in the query with (the ?var)
, is guaranteed to come from
the row that provided the max or min value. Queries with more than one
max
or min
cannot yield predictable behavior, and will err during
algebrizing.
Pull(Pull)
Methods
impl Element
[src]
impl Element
Trait Implementations
impl Debug for Element
[src]
impl Debug for Element
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Element
[src]
impl Eq for Element
impl PartialEq for Element
[src]
impl PartialEq for Element
fn eq(&self, __arg_0: &Element) -> bool
[src]
fn eq(&self, __arg_0: &Element) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Element) -> bool
[src]
fn ne(&self, __arg_0: &Element) -> bool
This method tests for !=
.
impl From<Variable> for Element
[src]
impl From<Variable> for Element
impl Display for Element
[src]
impl Display for Element