Crate mentat_query_translator [] [src]

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

ProjectedSelect
Projection

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

cc_to_exists

Return a query that projects 1 if the cc matches the store, and returns no results if it doesn't.

query_to_select

Consume a provided AlgebraicQuery to yield a new ProjectedSelect.

Type Definitions

Result

Convenient wrapper around std::Result.