The rule searches for an unnest operator immediately following a data scan operator.
Before plan__parent UNNEST( $v2 : child( $v1 ) ) DATASCAN( $source : $v1 ) plan__child Where $v1 is not used in plan__parent. After plan__parent DATASCAN( $source : $v1 ) plan__child $source is encoded with the child parameters.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.