Module partiql_eval::eval

source ·

Modules§

Structs§

  • Represents a PartiQL evaluation query plan which is a plan that can be evaluated to produce a result. The plan uses a directed petgraph::StableGraph.
  • Represents result of evaluation as an evaluated entity.

Traits§

  • Represents an evaluation context that is used during evaluation of a plan.

Type Aliases§

  • Represents an evaluation result that contains evaluated result or the error.