Module proof_exprs

Module proof_exprs 

Source
Expand description

This module proves provable expressions.

Structs§

AliasedDynProofExpr
A DynProofExpr with an alias.
ColumnExpr
Provable expression for a column
TableExpr
Expression for an SQL table

Enums§

DynProofExpr
Enum of AST column expression types that implement ProofExpr. Is itself a ProofExpr.

Traits§

ProofExpr
Provable AST column expression that evaluates to a Column