[jira] [Updated] (MINIFICPP-2159) Add heterogeneous lookup to AttributeMap (FlatMap)

2023-08-02 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-2159:

Fix Version/s: 0.15.0

> Add heterogeneous lookup to AttributeMap (FlatMap)
> --
>
> Key: MINIFICPP-2159
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2159
> Project: Apache NiFi MiNiFi C++
>  Issue Type: New Feature
>Reporter: Martin Zink
>Assignee: Martin Zink
>Priority: Minor
> Fix For: 0.15.0
>
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> After MINIFICPP-1825 it would be nice to able to call getAttribute without 
> unneccesary copies. FlatMap should be able to do lookups by anything equality 
> comparable, instead of just T (const std::string&).
>  
> We should also change SpecialFlowAttribute static const std::string-s to 
> constexpr std::string_view-s.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-2159) Add heterogeneous lookup to AttributeMap (FlatMap)

2023-08-02 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-2159:

Resolution: Done
Status: Resolved  (was: Patch Available)

> Add heterogeneous lookup to AttributeMap (FlatMap)
> --
>
> Key: MINIFICPP-2159
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2159
> Project: Apache NiFi MiNiFi C++
>  Issue Type: New Feature
>Reporter: Martin Zink
>Assignee: Martin Zink
>Priority: Minor
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> After MINIFICPP-1825 it would be nice to able to call getAttribute without 
> unneccesary copies. FlatMap should be able to do lookups by anything equality 
> comparable, instead of just T (const std::string&).
>  
> We should also change SpecialFlowAttribute static const std::string-s to 
> constexpr std::string_view-s.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-2159) Add heterogeneous lookup to AttributeMap (FlatMap)

2023-07-26 Thread Martin Zink (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Zink updated MINIFICPP-2159:
---
Status: Patch Available  (was: In Progress)

https://github.com/apache/nifi-minifi-cpp/pull/1612

> Add heterogeneous lookup to AttributeMap (FlatMap)
> --
>
> Key: MINIFICPP-2159
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2159
> Project: Apache NiFi MiNiFi C++
>  Issue Type: New Feature
>Reporter: Martin Zink
>Assignee: Martin Zink
>Priority: Minor
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> After MINIFICPP-1825 it would be nice to able to call getAttribute without 
> unneccesary copies. FlatMap should be able to do lookups by anything equality 
> comparable, instead of just T (const std::string&).
>  
> We should also change SpecialFlowAttribute static const std::string-s to 
> constexpr std::string_view-s.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-2159) Add heterogeneous lookup to AttributeMap (FlatMap)

2023-07-10 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-2159:

Description: 
After MINIFICPP-1825 it would be nice to able to call getAttribute without 
unneccesary copies. FlatMap should be able to do lookups by anything equality 
comparable, instead of just T (const std::string&).

 

We should also change SpecialFlowAttribute static const std::string-s to 
constexpr std::string_view-s.

  was:
After MINIFICPP-1825 it would be nice to able to call getAttribute without 
unneccesary copies.

 

We should also change SpecialFlowAttribute static const std::string-s to 
constexpr std::string_view-s.


> Add heterogeneous lookup to AttributeMap (FlatMap)
> --
>
> Key: MINIFICPP-2159
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2159
> Project: Apache NiFi MiNiFi C++
>  Issue Type: New Feature
>Reporter: Martin Zink
>Assignee: Martin Zink
>Priority: Minor
>
> After MINIFICPP-1825 it would be nice to able to call getAttribute without 
> unneccesary copies. FlatMap should be able to do lookups by anything equality 
> comparable, instead of just T (const std::string&).
>  
> We should also change SpecialFlowAttribute static const std::string-s to 
> constexpr std::string_view-s.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-2159) Add heterogeneous lookup to AttributeMap (FlatMap)

2023-07-10 Thread Martin Zink (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Zink updated MINIFICPP-2159:
---
Description: 
After MINIFICPP-1825 it would be nice to able to call getAttribute without 
unneccesary copies.

 

We should also change SpecialFlowAttribute static const std::string-s to 
constexpr std::string_view-s.

  was:After MINIFICPP-1825 it would be nice to able to call getAttribute 
without unneccesary copies.


> Add heterogeneous lookup to AttributeMap (FlatMap)
> --
>
> Key: MINIFICPP-2159
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2159
> Project: Apache NiFi MiNiFi C++
>  Issue Type: New Feature
>Reporter: Martin Zink
>Assignee: Martin Zink
>Priority: Minor
>
> After MINIFICPP-1825 it would be nice to able to call getAttribute without 
> unneccesary copies.
>  
> We should also change SpecialFlowAttribute static const std::string-s to 
> constexpr std::string_view-s.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)