OmniSciDB
a5dc49c757
|
#include <RelAlgDag.h>
Static Public Member Functions | |
static RelRexToStringConfig | defaults () |
Public Attributes | |
bool | skip_input_nodes {true} |
bool | attributes_only {false} |
Definition at line 74 of file RelAlgDag.h.
|
inlinestatic |
Definition at line 78 of file RelAlgDag.h.
Referenced by anonymous_namespace{RelAlgOptimizer.cpp}::add_new_indices_for(), RelRexDagVisitor::castAndVisit(), anonymous_namespace{RelAlgOptimizer.cpp}::cleanup_dead_nodes(), anonymous_namespace{RelAlgExecutor.cpp}::collect_used_input_desc(), RelAlgExecutor::createUnionWorkUnit(), RelAlgExecutor::createWorkUnit(), eliminate_dead_columns(), RelAlgExecutor::executeDelete(), RelAlgExecutor::executeRelAlgStep(), RelAlgExecutor::executeUpdate(), RelAlgExecutor::executeWorkUnit(), fold_filters(), anonymous_namespace{RelAlgExecutor.cpp}::get_input_nest_levels(), anonymous_namespace{RelAlgExecutor.cpp}::get_join_source_used_inputs(), anonymous_namespace{RelAlgExecutor.cpp}::get_targets_meta(), anonymous_namespace{RelAlgOptimizer.cpp}::get_visible_projects(), anonymous_namespace{RelAlgOptimizer.cpp}::is_identical_copy(), anonymous_namespace{RelAlgOptimizer.cpp}::propagate_input_renumbering(), anonymous_namespace{RelAlgExecutor.cpp}::translate_scalar_sources(), RelAlgTranslator::translateGeoProjection(), RelAlgTranslator::translateInput(), RelAlgVisitor< std::vector< unsigned > >::visit(), RexVisitorBase< std::unique_ptr< const RexScalar > >::visit(), and RelRexDagVisitor::visit().
bool RelRexToStringConfig::attributes_only {false} |
Definition at line 76 of file RelAlgDag.h.
Referenced by RelAlgDagViewer::innerVisit(), RexSubQuery::toString(), RelLeftDeepInnerJoin::toString(), and RelCompound::toString().
bool RelRexToStringConfig::skip_input_nodes {true} |
Definition at line 75 of file RelAlgDag.h.
Referenced by RelAlgDagViewer::innerVisit(), RexInput::toString(), and RelLeftDeepInnerJoin::toString().