explain

fun explain(query: Query, snapshot: Snapshot? = null): Explain

How query would be answered, and why.

The cardinalities it reports are measured — it reads the sources it would use — so it is a statement about the plan rather than an estimate of one.

Throws