Vincent Tran has uploaded a new change for review. http://gerrit.cloudera.org:8080/6991
Change subject: IMPALA-5316: Adds last_day() function ...................................................................... IMPALA-5316: Adds last_day() function This change adds last_day(TIMESTAMP) function. The function takes exactly one TIMESTAMP argument and returns a TIMESTAMP that is the last date of the input TIMESTAMP's calendar month. Change-Id: I429c8734bddca3c37a2eedc211a16a4ffcb04370 --- M be/src/exprs/expr-test.cc M be/src/exprs/timestamp-functions-ir.cc M be/src/exprs/timestamp-functions.h M common/function-registry/impala_functions.py 4 files changed, 61 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/6991/1 -- To view, visit http://gerrit.cloudera.org:8080/6991 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I429c8734bddca3c37a2eedc211a16a4ffcb04370 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Vincent Tran <[email protected]>
