}
if ( context.isDefined(ARQConstants.sysDatasetDescription) )
throw new SDBException("Queries with dataset descriptions set in the context not supported" ) ;
this.store = dsg.getStore() ;
this.request = new SDBRequest(store, query, context) ;
this.originalOp = getOp() ;
// Enable transformations
// Op op = Algebra.optimize(originalOp, context) ;
Op op = originalOp ;