}
return null;
}
protected static boolean hasGroupingSet(ReduceSinkOperator cRS) throws SemanticException {
GroupByOperator cGBYm = getSingleParent(cRS, GroupByOperator.class);
if (cGBYm != null && cGBYm.getConf().isGroupingSetsPresent()) {
return true;
}
return false;
}