Yogesh
All this information is included in the developers guide and it is really recomendable to read this before starting developing solutions on SAP HANA.
Some types of parallelization obviously have to be stopped with allowing data changes (else you could create write inconsistencies).
And when mixing CE functions and SQL code, data eventually has to be passed betweeen execution engines and certain pre-execution optimizations cannot take place.
- Lars