CompiledPlan plan = null;
String[] extractedLiterals = null;
String parsedToken = null;
try {
planner.parse();
parsedToken = planner.parameterize();
if (partitioning.isInferred()) {
// if cacheable, check the cache for a matching pre-parameterized plan
// if plan found, build the full plan using the parameter data in the
// QueryPlanner.
assert(parsedToken != null);