OmniSciDB
bf83d84833
|
#include <RelAlgDagBuilder.h>
Public Types | |
using | RowValues = std::vector< std::unique_ptr< const RexScalar >> |
Public Member Functions | |
RelLogicalValues (const std::vector< TargetMetaInfo > &tuple_type, std::vector< RowValues > &values) | |
RelLogicalValues (RelLogicalValues const &) | |
const std::vector< TargetMetaInfo > | getTupleType () const |
std::string | toString () const override |
const RexScalar * | getValueAt (const size_t row_idx, const size_t col_idx) const |
size_t | getRowsSize () const |
size_t | getNumRows () const |
size_t | size () const override |
bool | hasRows () const |
std::shared_ptr< RelAlgNode > | deepCopy () const override |
![]() | |
RelAlgNode (RelAlgInputs inputs={}) | |
virtual | ~RelAlgNode () |
void | resetQueryExecutionState () |
void | setContextData (const void *context_data) const |
void | setOutputMetainfo (const std::vector< TargetMetaInfo > &targets_metainfo) const |
const std::vector < TargetMetaInfo > & | getOutputMetainfo () const |
unsigned | getId () const |
bool | hasContextData () const |
const void * | getContextData () const |
const size_t | inputCount () const |
const RelAlgNode * | getInput (const size_t idx) const |
std::shared_ptr< const RelAlgNode > | getAndOwnInput (const size_t idx) const |
void | addManagedInput (std::shared_ptr< const RelAlgNode > input) |
bool | hasInput (const RelAlgNode *needle) const |
virtual void | replaceInput (std::shared_ptr< const RelAlgNode > old_input, std::shared_ptr< const RelAlgNode > input) |
bool | isNop () const |
void | markAsNop () |
void | clearContextData () const |
Private Attributes | |
const std::vector< TargetMetaInfo > | tuple_type_ |
const std::vector< RowValues > | values_ |
Additional Inherited Members | |
![]() | |
static void | resetRelAlgFirstId () noexcept |
![]() | |
RelAlgInputs | inputs_ |
const unsigned | id_ |
Definition at line 1686 of file RelAlgDagBuilder.h.
using RelLogicalValues::RowValues = std::vector<std::unique_ptr<const RexScalar>> |
Definition at line 1688 of file RelAlgDagBuilder.h.
|
inline |
Definition at line 1690 of file RelAlgDagBuilder.h.
RelLogicalValues::RelLogicalValues | ( | RelLogicalValues const & | rhs | ) |
Definition at line 354 of file RelAlgDagBuilder.cpp.
|
inlineoverridevirtual |
Implements RelAlgNode.
Definition at line 1729 of file RelAlgDagBuilder.h.
|
inline |
Definition at line 1723 of file RelAlgDagBuilder.h.
References values_.
Referenced by ResultSetLogicalValuesBuilder::build(), RelAlgExecutor::executeLogicalValues(), and RelRexDagVisitor::visit().
|
inline |
Definition at line 1715 of file RelAlgDagBuilder.h.
References values_.
Referenced by ResultSetLogicalValuesBuilder::build(), and RelRexDagVisitor::visit().
|
inline |
Definition at line 1696 of file RelAlgDagBuilder.h.
References tuple_type_.
Referenced by RelAlgExecutor::executeLogicalValues().
|
inline |
Definition at line 1708 of file RelAlgDagBuilder.h.
References CHECK_LT, and values_.
Referenced by ResultSetLogicalValuesBuilder::build(), and RelRexDagVisitor::visit().
|
inline |
Definition at line 1727 of file RelAlgDagBuilder.h.
References values_.
Referenced by ResultSetLogicalValuesBuilder::build().
|
inlineoverridevirtual |
Implements RelAlgNode.
Definition at line 1725 of file RelAlgDagBuilder.h.
References tuple_type_.
Referenced by ResultSetLogicalValuesBuilder::build().
|
inlineoverridevirtual |
Implements RelAlgNode.
Definition at line 1698 of file RelAlgDagBuilder.h.
References tuple_type_.
|
private |
Definition at line 1734 of file RelAlgDagBuilder.h.
Referenced by getTupleType(), size(), and toString().
|
private |
Definition at line 1735 of file RelAlgDagBuilder.h.
Referenced by getNumRows(), getRowsSize(), getValueAt(), and hasRows().