@SuppressWarnings("unchecked")
@Override
public MutationPlan compilePlan(PhoenixStatement stmt, Sequence.ValueOp seqAction) throws SQLException {
CreateTableCompiler compiler = new CreateTableCompiler(stmt);
return compiler.compile(this);
}
}
private static class ExecutableCreateIndexStatement extends CreateIndexStatement implements CompilableStatement {