Crate mentat_query_projector [−] [src]
Modules
errors |
Macros
bail |
Structs
CombinedProjection |
Combines the things you need to turn a query into SQL and turn its results into
|
ConstantProjector |
A projector that produces a |
QueryOutput | |
RelResult |
The result you get from a 'rel' query, like: |
Enums
QueryResults | |
SimpleAggregationOp |
Traits
Projector |
Functions
projected_column_for_var |
Return the projected column -- that is, a value or SQL column and an associated name -- for a given variable. Also return the type. Callers are expected to determine whether to project a type tag as an additional SQL column. |
query_projection |
Compute a suitable SQL projection for an algebrized query. This takes into account a number of things: |
Type Definitions
StructuredRelResult |