OmniSciDB
a5dc49c757
|
#include <RelAlgExecutionDescriptor.h>
Public Member Functions | |
RaExecutionDesc (const RelAlgNode *body) | |
QueryMemoryDescriptor () | |
const RelAlgNode * | getBody () const |
Public Attributes | |
nullptr | |
Private Attributes | |
const RelAlgNode * | body_ |
ExecutionResult | result_ |
Definition at line 98 of file RelAlgExecutionDescriptor.h.
|
inline |
Definition at line 100 of file RelAlgExecutionDescriptor.h.
const RelAlgNode * RaExecutionDesc::getBody | ( | ) | const |
Definition at line 129 of file RelAlgExecutionDescriptor.cpp.
References body_.
Referenced by RelAlgExecutor::executeRelAlgSeq(), and RelAlgExecutor::handleNop().
RaExecutionDesc::QueryMemoryDescriptor | ( | ) |
|
private |
Definition at line 117 of file RelAlgExecutionDescriptor.h.
Referenced by getBody().
RaExecutionDesc::nullptr |
Definition at line 105 of file RelAlgExecutionDescriptor.h.
|
private |
Definition at line 118 of file RelAlgExecutionDescriptor.h.