Github user traflm commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/837#discussion_r89669735 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc --- @@ -3596,6 +3647,144 @@ SALES REP ``` <<< +[[is_ipv4_function]] +== IS_IPV4 Function + +For a given argument, if it is a valid IPV4 string, IS_IPV4() returns 1 else returns 0. +``` +IS_IPV4( expression ) +``` + +* `_expression_` ++ +specifies an expression that determines the values to include in the --- End diff -- sorry this is really a bad copy/paste, I will fix it.
--- 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. ---