Skip to content

Executor: Incorrect description of AggregationExecutor::Next() #476

@yfhu99

Description

@yfhu99

In file src/include/execution/executors/aggregation_executor.h:

/**
 * Yield the next tuple from the insert.
 * @param[out] tuple The next tuple produced by the insert
 * @param[out] rid The next tuple RID produced by the insert
 * @return `true` if a tuple was produced, `false` if there are no more tuples
 */
auto Next(Tuple *tuple, RID *rid) -> bool override;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions