473474475476477478479480481482483
* an OrderSpec that copies the Partition expressions. */ protected void ensureOrderSpec() { if ( getOrder() == null ) { OrderSpec order = new OrderSpec(); order.prefixBy(getPartition()); setOrder(order); } } };
486487488489490491492493494495496