111112113114115116117118119
Datum[] datum = new Datum[nodeList.size()]; for(int i = 0 ; i < nodeList.size() ; i ++ ) { datum[i] = ((ConstEval)(nodeList.get(i).getRightExpr())).getValue(); } return new IndexScanNode(plan.newPID(), scanNode, keySchema , datum , maxIndex); } }