BinaryOperationRelation ======================= .. currentmodule:: lsst.daf.relation .. autoclass:: BinaryOperationRelation :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BinaryOperationRelation.engine ~BinaryOperationRelation.is_join_identity ~BinaryOperationRelation.is_locked ~BinaryOperationRelation.is_trivial ~BinaryOperationRelation.max_rows ~BinaryOperationRelation.min_rows ~BinaryOperationRelation.payload .. rubric:: Methods Summary .. autosummary:: ~BinaryOperationRelation.attach_payload ~BinaryOperationRelation.chain ~BinaryOperationRelation.join ~BinaryOperationRelation.materialized ~BinaryOperationRelation.reapply ~BinaryOperationRelation.sorted ~BinaryOperationRelation.transferred_to ~BinaryOperationRelation.with_calculated_column ~BinaryOperationRelation.with_only_columns ~BinaryOperationRelation.with_rows_satisfying ~BinaryOperationRelation.without_duplicates .. rubric:: Attributes Documentation .. 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