appender.append(insertProcessor.processInsert(context.session, context.table.getAIS(), context.tableName, node));
}
}
private Row determineExistance (ProcessContext context) {
PlanGenerator generator = context.table.getAIS().getCachedValue(extDataService, ExternalDataServiceImpl.CACHED_PLAN_GENERATOR);
Operator plan = generator.generateAncestorPlan(context.table);
Cursor cursor = null;
try {
Value value = new Value(context.typesTranslator.typeForString());
int i = 0;