Hello Jenarators, If I'm implementing a custom Dataset implemention (Hi, I'm implementing a custom Dataset for MarkLogic), how would I expect to create a QueryExecution instance?
It seems that QueryExecutionFactory.create(Query query, Dataset dataset) should have some hope to create a specific implementation of QueryExecution, but I don't see the hook into how that might be done. Do you think I need my own custom static factory method in order to support a new kind of QueryExecution? QueryExecution queryExecution = CustomQueryExecutionFactory.create(Query query, Dataset dataset) I really only want to make these if the Dataset in question is one of my own. Many thanks, Charles Charles Greer Lead Engineer MarkLogic Corporation [email protected] Cell: +1 707 318 0442 @grechaw www.marklogic.com
