Uses of Interface
edu.caltech.nanodb.queryeval.Planner
-
Packages that use Planner Package Description edu.caltech.nanodb.queryeval This package contains the query-evaluation components of the database.edu.caltech.nanodb.server -
-
Uses of Planner in edu.caltech.nanodb.queryeval
Classes in edu.caltech.nanodb.queryeval that implement Planner Modifier and Type Class Description class
CostBasedJoinPlanner
This planner implementation uses dynamic programming to devise an optimal join strategy for the query.class
SimplestPlanner
This class generates execution plans for very simple SQL SELECT * FROM tbl [WHERE P] queries. -
Uses of Planner in edu.caltech.nanodb.server
Methods in edu.caltech.nanodb.server that return Planner Modifier and Type Method Description Planner
NanoDBServer. getQueryPlanner()
Returns a query-planner object of the type specified in the current server properties.
-