SqlQueryContext =============== .. currentmodule:: lsst.daf.butler.registry.queries .. autoclass:: SqlQueryContext :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~SqlQueryContext.column_types ~SqlQueryContext.is_open ~SqlQueryContext.preferred_engine .. rubric:: Methods Summary .. autosummary:: ~SqlQueryContext.any ~SqlQueryContext.count ~SqlQueryContext.drop_invalidated_postprocessing ~SqlQueryContext.fetch_iterable ~SqlQueryContext.make_data_coordinate_predicate ~SqlQueryContext.make_data_id_relation ~SqlQueryContext.make_initial_relation ~SqlQueryContext.make_spatial_region_overlap_predicate ~SqlQueryContext.make_spatial_region_skypix_predicate ~SqlQueryContext.make_timespan_overlap_predicate ~SqlQueryContext.materialize ~SqlQueryContext.process ~SqlQueryContext.restore_columns ~SqlQueryContext.strip_postprocessing ~SqlQueryContext.transfer .. rubric:: Attributes Documentation .. autoattribute:: column_types .. autoattribute:: is_open .. autoattribute:: preferred_engine .. rubric:: Methods Documentation .. automethod:: any .. automethod:: count .. automethod:: drop_invalidated_postprocessing .. automethod:: fetch_iterable .. automethod:: make_data_coordinate_predicate .. automethod:: make_data_id_relation .. automethod:: make_initial_relation .. automethod:: make_spatial_region_overlap_predicate .. automethod:: make_spatial_region_skypix_predicate .. automethod:: make_timespan_overlap_predicate .. automethod:: materialize .. automethod:: process .. automethod:: restore_columns .. automethod:: strip_postprocessing .. automethod:: transfer