Example #1
0
 public QueryExpr(Scan s) {
   super();
   scan = s;
   aggregation.addAll(scan.getAggregation());
   Schema tmpSchema = scan.getSchema();
   type = tmpSchema.getColumn(0).type;
 }