| souffle
    2.0.2-371-g6315b36
    | 
 
 
 
Go to the documentation of this file.
   43 class Scan : 
public RelationOperation {
 
   53     void print(std::ostream& os, 
int tabpos)
 const override {
 
   54         os << 
times(
" ", tabpos);
 
   56         os << 
" IN " << 
relation << std::endl;
 
  
const std::string profileText
Text used by the profiler.
void print(std::ostream &os, int tabpos) const override
Pretty print with indentation.
RelationOperation(std::string rel, int ident, Own< Operation > nested, std::string profileText="")
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.
Iterate all tuples of a relation.
Scan * clone() const override
Create a clone (i.e.
void rel(size_t limit, bool showLimit=true)
void print(std::ostream &os, int tabpos) const override
Pretty print with indentation.