Repository: incubator-hawq
Updated Branches:
  refs/heads/master 23151d53a -> 3d11a5806


Revert "HAWQ-765. Delete Deadcode: CTranslatorDXLToQuery [#119780063]"

This reverts commit 82a1a8ba5fa7276eb60f45c0bdc83058c805aeda.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/37c5d645
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/37c5d645
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/37c5d645

Branch: refs/heads/master
Commit: 37c5d6458a17463626552706d9b6c977322a303a
Parents: 23151d5
Author: ivan <[email protected]>
Authored: Wed Jun 8 10:51:56 2016 +0800
Committer: ivan <[email protected]>
Committed: Wed Jun 8 10:51:56 2016 +0800

----------------------------------------------------------------------
 src/include/gpopt/utils/COptTasks.h | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/37c5d645/src/include/gpopt/utils/COptTasks.h
----------------------------------------------------------------------
diff --git a/src/include/gpopt/utils/COptTasks.h 
b/src/include/gpopt/utils/COptTasks.h
index 867ff85..7f9c73e 100644
--- a/src/include/gpopt/utils/COptTasks.h
+++ b/src/include/gpopt/utils/COptTasks.h
@@ -285,6 +285,10 @@ class COptTasks
                static
                char *SzDXL(PlannedStmt *pplstmt);
 
+               // convert xml string to DXL and to Query
+               static
+               Query *PqueryFromXML(char *szXmlString);
+
                // convert xml string to DXL and to PS
                static
                PlannedStmt *PplstmtFromXML(char *szXmlString);

Reply via email to