Struct mentat::query::QueryPlanStep
[−]
[src]
A single row in the output of SQLite's EXPLAIN QUERY PLAN
.
See https://www.sqlite.org/eqp.html for an explanation of each field.
Fields
select_id: i32
order: i32
from: i32
detail: String
Trait Implementations
Auto Trait Implementations
impl Send for QueryPlanStep
impl Send for QueryPlanStep
impl Sync for QueryPlanStep
impl Sync for QueryPlanStep