You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by ha...@apache.org on 2016/06/20 16:47:26 UTC

incubator-quickstep git commit: Include DecimalType in NumericCastOperation.

Repository: incubator-quickstep
Updated Branches:
  refs/heads/decimal-type f28c46ecc -> 169c1f37c


Include DecimalType in NumericCastOperation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/169c1f37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/169c1f37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/169c1f37

Branch: refs/heads/decimal-type
Commit: 169c1f37cfeb1d46d86af1f85cbc703215d22521
Parents: f28c46e
Author: Hakan Memisoglu <ha...@apache.org>
Authored: Mon Jun 20 11:45:58 2016 -0500
Committer: Hakan Memisoglu <ha...@apache.org>
Committed: Mon Jun 20 11:45:58 2016 -0500

----------------------------------------------------------------------
 types/operations/unary_operations/NumericCastOperation.hpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/169c1f37/types/operations/unary_operations/NumericCastOperation.hpp
----------------------------------------------------------------------
diff --git a/types/operations/unary_operations/NumericCastOperation.hpp b/types/operations/unary_operations/NumericCastOperation.hpp
index 49da256..4aa2a2c 100644
--- a/types/operations/unary_operations/NumericCastOperation.hpp
+++ b/types/operations/unary_operations/NumericCastOperation.hpp
@@ -29,6 +29,7 @@
 #include "catalog/CatalogTypedefs.hpp"
 #include "storage/ValueAccessor.hpp"
 #include "storage/ValueAccessorUtil.hpp"
+#include "types/DecimalType.hpp"
 #include "types/DoubleType.hpp"
 #include "types/FloatType.hpp"
 #include "types/IntType.hpp"