You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/12 16:14:00 UTC

[jira] [Commented] (MINIFICPP-414) Implement Expression Language boolean logic operations

    [ https://issues.apache.org/jira/browse/MINIFICPP-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395448#comment-16395448 ] 

ASF GitHub Bot commented on MINIFICPP-414:
------------------------------------------

Github user achristianson commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/275
  
    This one depends wholly on MINIFICPP-422 and so cannot be separated from that commit.


> Implement Expression Language boolean logic operations
> ------------------------------------------------------
>
>                 Key: MINIFICPP-414
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-414
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Andrew Christianson
>            Assignee: Andrew Christianson
>            Priority: Major
>
> [Boolean Logic|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#boolean]
>  * [isNull|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#isnull]
>  * [notNull|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#notnull]
>  * [isEmpty|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#isempty]
>  * [equals|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#equals]
>  * [equalsIgnoreCase|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#equalsignorecase]
>  * [gt|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#gt]
>  * [ge|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#ge]
>  * [lt|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#lt]
>  * [le|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#le]
>  * [and|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#and]
>  * [or|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#or]
>  * [not|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#not]
>  * [ifElse|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#ifelse]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)