GitHub user traflm opened a pull request: https://github.com/apache/incubator-trafodion/pull/703
[TRAFODION-2208] function support: log2,IS_IPV4,IS_IPV6 etc add a few new built-in functions (help to migrate application to/from MySQL) log2( ) inet_aton( ) inet_ntoa( ) is_ipv4 is_ipv6 One goal of this PR is to provide a template as how to add new built-in functions for Trafodion. You can merge this pull request into a Git repository by running: $ git pull https://github.com/traflm/incubator-trafodion TRAFODION-2208 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/703.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #703 ---- commit ba17bd3b23aeea3271d254aee29b3d69feb1231f Author: Liu Ming <ovis_p...@sina.com> Date: 2016-09-14T10:27:27Z [TRAFODION-2208] function support: log2,IS_IPV4,IS_IPV6 etc ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---