Select ====== .. currentmodule:: lsst.daf.relation.sql .. autoclass:: Select :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Select.columns ~Select.engine ~Select.has_deduplication ~Select.has_projection ~Select.has_slice ~Select.has_sort ~Select.is_join_identity ~Select.is_locked ~Select.is_trivial ~Select.max_rows ~Select.min_rows ~Select.payload .. rubric:: Methods Summary .. autosummary:: ~Select.apply_skip ~Select.attach_payload ~Select.chain ~Select.join ~Select.materialized ~Select.reapply ~Select.reapply_skip ~Select.sorted ~Select.strip ~Select.transferred_to ~Select.with_calculated_column ~Select.with_only_columns ~Select.with_rows_satisfying ~Select.without_duplicates .. rubric:: Attributes Documentation .. autoattribute:: columns .. autoattribute:: engine .. autoattribute:: has_deduplication .. autoattribute:: has_projection .. autoattribute:: has_slice .. autoattribute:: has_sort .. autoattribute:: is_join_identity .. autoattribute:: is_locked .. autoattribute:: is_trivial .. autoattribute:: max_rows .. autoattribute:: min_rows .. autoattribute:: payload .. rubric:: Methods Documentation .. automethod:: apply_skip .. automethod:: attach_payload .. automethod:: chain .. automethod:: join .. automethod:: materialized .. automethod:: reapply .. automethod:: reapply_skip .. automethod:: sorted .. automethod:: strip .. automethod:: transferred_to .. automethod:: with_calculated_column .. automethod:: with_only_columns .. automethod:: with_rows_satisfying .. automethod:: without_duplicates