Merge [TRAFODION-3127] TOCHAR enhancement -- add more options
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/62353a2c Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/62353a2c Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/62353a2c Branch: refs/heads/master Commit: 62353a2cd289ad4f7620bc8692cd3bccbd2ebfc2 Parents: 20f8240 5c2c5d2 Author: Dave Birdsall <[email protected]> Authored: Wed Jul 11 15:21:03 2018 +0000 Committer: Dave Birdsall <[email protected]> Committed: Wed Jul 11 15:21:03 2018 +0000 ---------------------------------------------------------------------- core/sql/exp/exp_datetime.cpp | 237 ++++++++++++++++++++++++++++++ core/sql/exp/exp_datetime.h | 43 +++++- core/sql/exp/exp_function.cpp | 24 +-- core/sql/optimizer/BindItemExpr.cpp | 7 +- core/sql/regress/seabase/EXPECTED030 | 168 +++++++++++++++++++++ core/sql/regress/seabase/TEST030 | 21 +++ 6 files changed, 475 insertions(+), 25 deletions(-) ----------------------------------------------------------------------
