SchemaColumn column = m_outputSchema.getColumns().get(ctr);
AbstractExpression exp = column.getExpression();
if (exp == null) {
throw new Exception("ERROR: The Output Column Expression at position '" + ctr + "' is NULL");
}
exp.validate();
}
}
/**
* Set the output schema for this projection. This schema will be