}
// Compile and prepare execution
//
final StatementContext statementContext = context.getStatementContext();
EPServicesContext servicesContext = context.getServicesContext();
AgentInstanceContext agentInstanceContext = context.getAgentInstanceContext();
// validate
if (select.getInsertIntoDesc() != null) {
throw new ExprValidationException("Insert-into clause is not supported");