Files
impala/be
Skye Wanderman-Milne 7f411ecf9f Track expr memory allocations as part of parent node's usage
This change gets rid of RuntimeState::udf_mem_tracker_, and introduces
ExecNode::expr_mem_tracker to replace it. This way expr allocations
are still separate, but they fall under the correct exec node.

Change-Id: Iaf2cf610c2adf244ade94a9adb906cd68ad78838
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5000
Reviewed-by: Skye Wanderman-Milne <skye@cloudera.com>
Tested-by: jenkins
(cherry picked from commit 700cd9cde07b6717c758b906c98a6785b34d6634)
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5212
2014-11-11 20:08:14 -08:00
..