goa/gaesource.py
branch3.5
changeset 3240 8604a15995d1
parent 2476 1294a6bdf3bf
child 4212 ab6573088b4a
equal deleted inserted replaced
3239:1ceac4cd4fb7 3240:8604a15995d1
   147         return ConnectionWrapper()
   147         return ConnectionWrapper()
   148 
   148 
   149     # ISource interface #######################################################
   149     # ISource interface #######################################################
   150 
   150 
   151     def compile_rql(self, rql):
   151     def compile_rql(self, rql):
   152         rqlst = self.repo.querier._rqlhelper.parse(rql)
   152         rqlst = self.repo.vreg.parse(rql)
   153         rqlst.restricted_vars = ()
   153         rqlst.restricted_vars = ()
   154         rqlst.children[0].solutions = self._sols
   154         rqlst.children[0].solutions = self._sols
   155         return rqlst
   155         return rqlst
   156 
   156 
   157     def set_schema(self, schema):
   157     def set_schema(self, schema):