Uses of Class
edu.caltech.nanodb.queryeval.EvalStats
-
Packages that use EvalStats Package Description edu.caltech.nanodb.queryeval This package contains the query-evaluation components of the database. -
-
Uses of EvalStats in edu.caltech.nanodb.queryeval
Methods in edu.caltech.nanodb.queryeval that return EvalStats Modifier and Type Method Description static EvalStats
QueryEvaluator. executePlan(PlanNode plan, TupleProcessor processor)
Executes the specified query plan, and feeds the results to the specified tuple processor.
-