483484485486487488489490
} @SuppressWarnings("unchecked") @Override public MutationPlan compilePlan(PhoenixStatement stmt, Sequence.ValueOp seqAction) throws SQLException { CreateIndexCompiler compiler = new CreateIndexCompiler(stmt); return compiler.compile(this); }
403404405406407408409410
return null; } @Override public MutationPlan compilePlan() throws SQLException { CreateIndexCompiler compiler = new CreateIndexCompiler(PhoenixStatement.this); return compiler.compile(this); }
489490491492493494495496
445446447448449450451452
} @SuppressWarnings("unchecked") @Override public MutationPlan compilePlan(PhoenixStatement stmt) throws SQLException { CreateIndexCompiler compiler = new CreateIndexCompiler(stmt); return compiler.compile(this); }