Similar to ActiveRecord::Relation#to_sql it would be beneficial to be able to translate a the internal representation of a query or aggregation to raw MQL.
Mongoid::Criteria::Queryable::Selector can "sort of" expose this as the filter criteria can be returned, but other fields passed to the underlying find command (such as sort, skip, limit or projection) wouldn't.