Example #1
0
 @Override
 public boolean hasSubQuery() {
   OLAPRel olapChild = (OLAPRel) getChild();
   return olapChild.hasSubQuery();
 }
Example #2
0
 private ColumnRowType buildColumnRowType() {
   OLAPRel olapChild = (OLAPRel) getChild();
   ColumnRowType inputColumnRowType = olapChild.getColumnRowType();
   return inputColumnRowType;
 }