MarkerRelation ============== .. currentmodule:: lsst.daf.relation .. autoclass:: MarkerRelation :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~MarkerRelation.columns ~MarkerRelation.engine ~MarkerRelation.is_join_identity ~MarkerRelation.is_locked ~MarkerRelation.is_trivial ~MarkerRelation.max_rows ~MarkerRelation.min_rows ~MarkerRelation.payload .. rubric:: Methods Summary .. autosummary:: ~MarkerRelation.attach_payload ~MarkerRelation.chain ~MarkerRelation.join ~MarkerRelation.materialized ~MarkerRelation.reapply ~MarkerRelation.sorted ~MarkerRelation.transferred_to ~MarkerRelation.with_calculated_column ~MarkerRelation.with_only_columns ~MarkerRelation.with_rows_satisfying ~MarkerRelation.without_duplicates .. rubric:: Attributes Documentation .. autoattribute:: columns .. autoattribute:: engine .. autoattribute:: is_join_identity .. autoattribute:: is_locked .. autoattribute:: is_trivial .. autoattribute:: max_rows .. autoattribute:: min_rows .. autoattribute:: payload .. rubric:: Methods Documentation .. automethod:: attach_payload .. automethod:: chain .. automethod:: join .. automethod:: materialized .. automethod:: reapply .. automethod:: sorted .. automethod:: transferred_to .. automethod:: with_calculated_column .. automethod:: with_only_columns .. automethod:: with_rows_satisfying .. automethod:: without_duplicates