copy
Return a copy of this data query which doesn't share mutable values with this query.
The resulting query will not share mutable values with this query.
The resulting query might share immutable values with this query.
The resulting query might share mutable metadata with this query (but metadata is expected to be finalized before query construction).
a copy of this data query which doesn't share mutable values with this query.Return