500501502503504505506507
} @SuppressWarnings("unchecked") @Override public MutationPlan compilePlan(PhoenixStatement stmt, Sequence.ValueOp seqAction) throws SQLException { CreateSequenceCompiler compiler = new CreateSequenceCompiler(stmt); return compiler.compile(this); }
506507508509510511512513
459460461462463464465466
} @SuppressWarnings("unchecked") @Override public MutationPlan compilePlan(PhoenixStatement stmt) throws SQLException { CreateSequenceCompiler compiler = new CreateSequenceCompiler(stmt); return compiler.compile(this); }