PrimitiveExplainer.getInstance(plan.ncols + i));
atts.put(Label.EXPRESSIONS, var);
}
context.putExtraInfo(plan.plannable,
new CompoundExplainer(Type.EXTRA_INFO, atts));
Explainer explainer = plan.plannable.getExplainer(context);
LOG.debug("Plan for " + foreignKey.getConstraintName().getTableName() + ":\n" +
Strings.join(new DefaultFormatter(tableName.getSchemaName()).format(explainer)));
}
return plan;
}