QueryPlan

fun interface QueryPlan

A query plan that has been compiled and is ready to be evaluated.

Functions

Link copied to clipboard
abstract fun eval(session: EvaluationSession): QueryResult

Evaluates the query plan with the given Session.