souffle  2.0.2-371-g6315b36
Public Member Functions | Protected Attributes
souffle::interpreter::Aggregate Class Reference

#include <Node.h>

Inheritance diagram for souffle::interpreter::Aggregate:
Inheritance graph
Collaboration diagram for souffle::interpreter::Aggregate:
Collaboration graph

Public Member Functions

 Aggregate (enum NodeType ty, const ram::Node *sdw, RelationHandle *relHandle, Own< Node > expr, Own< Node > filter, Own< Node > nested)
 
const NodegetExpr () const
 
- Public Member Functions inherited from souffle::interpreter::Node
RelationWrappergetRelation () const
 get relation from handle More...
 
const ram::NodegetShadow () const
 get shadow node, i.e., RAM node More...
 
enum NodeType getType () const
 get node type More...
 
 Node (enum NodeType ty, const ram::Node *sdw, RelationHandle *relHandle=nullptr)
 
virtual ~Node ()=default
 
- Public Member Functions inherited from souffle::interpreter::ConditionalOperation
 ConditionalOperation (Own< Node > cond)
 
const NodegetCondition () const
 
- Public Member Functions inherited from souffle::interpreter::NestedOperation
const NodegetNestedOperation () const
 
 NestedOperation (Own< Node > nested)
 

Protected Attributes

Own< Nodeexpr
 
- Protected Attributes inherited from souffle::interpreter::Node
RelationHandle *const relHandle
 
const ram::Nodeshadow
 
enum NodeType type
 
- Protected Attributes inherited from souffle::interpreter::ConditionalOperation
Own< Nodecond
 
- Protected Attributes inherited from souffle::interpreter::NestedOperation
Own< Nodenested
 

Additional Inherited Members

- Public Types inherited from souffle::interpreter::Node
using RelationHandle = Own< RelationWrapper >
 

Detailed Description

Definition at line 670 of file Node.h.

Constructor & Destructor Documentation

◆ Aggregate()

souffle::interpreter::Aggregate::Aggregate ( enum NodeType  ty,
const ram::Node sdw,
RelationHandle relHandle,
Own< Node expr,
Own< Node filter,
Own< Node nested 
)
inline

Definition at line 672 of file Node.h.

675  : public Aggregate, public AbstractParallel {

Member Function Documentation

◆ getExpr()

const Node* souffle::interpreter::Aggregate::getExpr ( ) const
inline

Definition at line 677 of file Node.h.

682  : public Aggregate, public SuperOperation, public ViewOperation {

Field Documentation

◆ expr

Own<Node> souffle::interpreter::Aggregate::expr
protected

Definition at line 682 of file Node.h.


The documentation for this class was generated from the following file:
souffle::interpreter::Aggregate::Aggregate
Aggregate(enum NodeType ty, const ram::Node *sdw, RelationHandle *relHandle, Own< Node > expr, Own< Node > filter, Own< Node > nested)
Definition: Node.h:672