Github user zuyu commented on a diff in the pull request:
https://github.com/apache/incubator-quickstep/pull/58#discussion_r71244117
--- Diff: relational_operators/WindowAggregationOperator.hpp ---
@@ -58,16 +58,19 @@ class WindowAggregationOperator : public
RelationalOperator {
*
* @param query_id The ID of this query.
* @param input_relation The relation to perform aggregation over.
+ * @param output_relation The relation for output.
* @param window_aggregation_state_index The index of
WindowAggregationState
* in QueryContext.
* @param output_destination_index The index of InsertDestination in
* QueryContext for the output.
**/
WindowAggregationOperator(const std::size_t query_id,
+ const CatalogRelation &input_relation,
--- End diff --
Remove this line?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---