QueryBackend¶
-
class
lsst.daf.butler.registry.queries.QueryBackend¶ Bases:
abc.ABCAn interface for constructing and evaluating the
Relationobjects that comprise registry queries.This ABC is expected to have a concrete subclass for each concrete registry type.
Attributes Summary
managersA struct containing the manager instances that back a SQL registry. universeDefinition of all dimensions and dimension elements for this registry. Attributes Documentation
-
managers¶ A struct containing the manager instances that back a SQL registry.
Notes
This property is a temporary interface that will be removed in favor of new methods once the manager and storage classes have been integrated with
Relation.
-
universe¶ Definition of all dimensions and dimension elements for this registry.
-