Github user hbdeshmukh commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/181#discussion_r104570660
  
    --- Diff: query_optimizer/ExecutionGenerator.hpp ---
    @@ -135,9 +135,11 @@ class ExecutionGenerator {
        */
       struct CatalogRelationInfo {
         CatalogRelationInfo(const QueryPlan::DAGNodeIndex 
producer_operator_index_in,
    -                        const CatalogRelation *relation_in)
    +                        const CatalogRelation *relation_in,
    +                        const QueryContext::insert_destination_id 
output_destination_index_in)
    --- End diff --
    
    What do the ``_in`` suffix mean?


---
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.
---

Reply via email to