You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2016/03/08 23:20:08 UTC

[Impala-CR](cdh5-trunk) IMPALA-1772: Add additional date/time functions - 'quarter'

Thomas Tauber-Marshall has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2491

Change subject: IMPALA-1772: Add additional date/time functions - 'quarter'
......................................................................

IMPALA-1772: Add additional date/time functions - 'quarter'

Implemented the 'quarter' builtin function, which takes a date as
a parameter and returns the quarter of the year that date fall in,
in the range 1 to 4.

Change-Id: I12b42da7a918a8d1ac0d9dff6dc26fb0bf193dc3
---
M be/src/exprs/expr-test.cc
M be/src/exprs/timestamp-functions.cc
M be/src/exprs/timestamp-functions.h
M common/function-registry/impala_functions.py
4 files changed, 23 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/91/2491/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2491
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12b42da7a918a8d1ac0d9dff6dc26fb0bf193dc3
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Thomas Tauber-Marshall <tm...@cloudera.com>