MongoDB: support direct query execution for Shell type command
--------------------------------------------------------------
Key: TEIID-3224
URL:
https://issues.jboss.org/browse/TEIID-3224
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Reporter: tu nguyen
Assignee: Ramesh Reddy
Labels: Alpaha1
Fix For: 8.10
Use case: to support external mat view in mongoDB, we need to execute query such as:
db.collection.remove({}), db.collection.copyTo() to delete & rename staging table.
Teiid currently only support aggregate query:
https://issues.jboss.org/browse/TEIID-2740