| Class | Origin::Pipeline |
| In: |
lib/origin/pipeline.rb
|
| Parent: | Array |
Represents an aggregation pipeline.
@since 2.0.0
| aliases | [R] | @attribute [r] aliases The field aliases. |
Deep copy the aggregation pipeline. Will clone all the values in the pipeline as well as the pipeline itself.
@example Deep copy the pipeline.
pipeline.__deep_copy__
@return [ Pipeline ] The cloned pipeline.
@since 2.0.0