Before plan__parent ASSIGN( $v2 : sf1( $v0 ) ) plan__child Where sf1 is a XQuery aggregate function expression (count, max, min, average, sum) with any supporting functions like treat, promote or data. The variable $v0 is defined in plan__child. After plan__parent SUBPLAN{ AGGREGATE( $v2 : af1( $v1 ) ) UNNEST( $v1 : iterate( $v0 ) ) NESTEDTUPLESOURCE } plan__child@author prestonc
|
|