Project

General

Profile

« Previous | Next » 

Revision 47676

fine grained operations

View differences:

AggregationStage.java
18 18
		case "TRANSFORM":
19 19
		case "TRANSFORMATION":
20 20
			return AggregationStage.TRANSFORM;
21

  
21 22
		}
22 23
		throw new IllegalArgumentException("invalid AggregationStage: " + s);
23 24
	}

Also available in: Unified diff