![]() |
mutable
A Database System for Research and Fast Prototyping
|
Implements push-based evaluation of a pipeline in the plan. More...
#include <Interpreter.hpp>
Public Member Functions | |
Pipeline () | |
Pipeline (const Schema &schema) | |
Pipeline (Tuple &&t) | |
void | push (const Operator &pipeline_start) |
void | clear () |
const Schema & | schema () const |
Private Attributes | |
Block< 64 > | block_ |
Friends | |
struct | Interpreter |
Implements push-based evaluation of a pipeline in the plan.
Definition at line 180 of file Interpreter.hpp.
|
inline |
Definition at line 188 of file Interpreter.hpp.
|
inline |
Definition at line 190 of file Interpreter.hpp.
References block_, and m::Block< N >::mask().
|
inline |
Definition at line 196 of file Interpreter.hpp.
References block_, and m::Block< N >::mask().
|
inline |
Definition at line 204 of file Interpreter.hpp.
References block_, and m::Block< N >::clear().
|
inline |
Definition at line 202 of file Interpreter.hpp.
|
inline |
Definition at line 206 of file Interpreter.hpp.
References block_, and m::Block< N >::schema().
|
friend |
Definition at line 182 of file Interpreter.hpp.
|
private |
Definition at line 185 of file Interpreter.hpp.
Referenced by clear(), Pipeline(), and schema().