|
souffle
2.0.2-371-g6315b36
|
#include "AggregateOp.h"#include "ram/AbstractAggregate.h"#include "ram/AbstractParallel.h"#include "ram/Aggregate.h"#include "ram/Condition.h"#include "ram/Expression.h"#include "ram/Node.h"#include "ram/Operation.h"#include "ram/Relation.h"#include "ram/RelationOperation.h"#include "ram/utility/Utils.h"#include "souffle/utility/MiscUtil.h"#include "souffle/utility/StreamUtil.h"#include <iosfwd>#include <memory>#include <ostream>#include <string>#include <utility>

Go to the source code of this file.
Data Structures | |
| class | souffle::ram::ParallelAggregate |
| Parallel Aggregation function applied on some relation. More... | |
Namespaces | |
| souffle | |
| souffle::ram | |
1.8.17