souffle
2.0.2-371-g6315b36
|
Go to the documentation of this file.
46 class ParallelScan :
public Scan,
public AbstractParallel {
56 void print(std::ostream& os,
int tabpos)
const override {
59 os <<
" IN " <<
relation << std::endl;
const std::string profileText
Text used by the profiler.
ParallelScan * clone() const override
Create a clone (i.e.
Operation & getOperation() const
Get nested operation.
Scan(std::string rel, int ident, Own< Operation > nested, std::string profileText="")
const std::string relation
Search relation.
auto clone(const std::vector< A * > &xs)
detail::multiplying_printer< T > times(const T &value, unsigned num)
A utility printing a given value multiple times.
const std::string & getProfileText() const
Get profile text.
int getTupleId() const
Get identifier.
void print(std::ostream &os, int tabpos) const override
Pretty print with indentation.
void rel(size_t limit, bool showLimit=true)
ParallelScan(std::string rel, int ident, Own< Operation > nested, std::string profileText="")
void print(std::ostream &os, int tabpos) const override
Pretty print with indentation.