sandeep akinapelli has uploaded a new change for review. http://gerrit.cloudera.org:8080/7313
Change subject: IMPALA-5317: add DATE_TRUNC() function ...................................................................... IMPALA-5317: add DATE_TRUNC() function Added a UDF builtin function date_trunc. Reuse many of the Trunc functions implemented already for trunc() Added checks to ensure that truncation results that fall outside of posix timestamp range are returned as NULL. Added ctest for the date_trunc function. Change-Id: I953ba006cbb166dcc78e8c0c12dfbf70f093b584 --- M be/src/exprs/expr-test.cc M be/src/exprs/udf-builtins-ir.cc M be/src/exprs/udf-builtins.cc M be/src/exprs/udf-builtins.h M common/function-registry/impala_functions.py 5 files changed, 389 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/13/7313/1 -- To view, visit http://gerrit.cloudera.org:8080/7313 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I953ba006cbb166dcc78e8c0c12dfbf70f093b584 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: sandeep akinapelli <[email protected]>
