#include <RelAlgDagBuilder.h>
Definition at line 273 of file RelAlgDagBuilder.h.
RexSubQuery::RexSubQuery |
( |
const std::shared_ptr< const RelAlgNode > |
ra | ) |
|
|
inline |
Definition at line 275 of file RelAlgDagBuilder.h.
277 ,
result_(
new std::shared_ptr<const ExecutionResult>(
nullptr))
const std::shared_ptr< const RelAlgNode > ra_
std::shared_ptr< std::shared_ptr< const ExecutionResult > > result_
std::shared_ptr< SQLTypeInfo > type_
Definition at line 281 of file RelAlgDagBuilder.h.
const std::shared_ptr< const RelAlgNode > ra_
std::shared_ptr< std::shared_ptr< const ExecutionResult > > result_
std::shared_ptr< SQLTypeInfo > type_
std::unique_ptr< RexSubQuery > RexSubQuery::deepCopy |
( |
| ) |
const |
Definition at line 60 of file RelAlgDagBuilder.cpp.
const std::shared_ptr< const RelAlgNode > ra_
std::shared_ptr< std::shared_ptr< const ExecutionResult > > result_
std::shared_ptr< SQLTypeInfo > type_
std::shared_ptr<const ExecutionResult> RexSubQuery::getExecutionResult |
( |
| ) |
const |
|
inline |
unsigned RexSubQuery::getId |
( |
| ) |
const |
const RelAlgNode* RexSubQuery::getRelAlg |
( |
| ) |
const |
|
inline |
Definition at line 307 of file RelAlgDagBuilder.h.
References ra_.
307 {
return ra_.get(); }
const std::shared_ptr< const RelAlgNode > ra_
void RexSubQuery::setExecutionResult |
( |
const std::shared_ptr< const ExecutionResult > |
result | ) |
|
std::string RexSubQuery::toString |
( |
| ) |
const |
|
overridevirtual |
const std::shared_ptr<const RelAlgNode> RexSubQuery::ra_ |
|
private |
std::shared_ptr<std::shared_ptr<const ExecutionResult> > RexSubQuery::result_ |
|
private |
The documentation for this class was generated from the following files: