public MongoStoragePlugin(MongoStoragePluginConfig mongoConfig,
DrillbitContext context, String name) throws IOException,
ExecutionSetupException {
this.context = context;
this.mongoConfig = mongoConfig;
this.schemaFactory = new MongoSchemaFactory(this, name);
}