OmniSciDB
1dac507f6e
|
Functions for query plan nodes. More...
#include "Planner.h"
#include <cassert>
#include <iostream>
#include <stdexcept>
#include "../Analyzer/Analyzer.h"
#include "../Analyzer/RangeTableEntry.h"
#include "../Catalog/ColumnDescriptor.h"
#include "gen-cpp/MapD.h"
Go to the source code of this file.
Namespaces | |
Planner | |
Planner::anonymous_namespace{Planner.cpp} | |
Functions | |
const Planner::Scan * | Planner::anonymous_namespace{Planner.cpp}::get_scan_child (const Planner::Plan *plan) |
std::vector< std::shared_ptr < Analyzer::TargetEntry > > | Planner::anonymous_namespace{Planner.cpp}::get_join_target_list (const Planner::Join *join_plan) |
Functions for query plan nodes.
Definition in file Planner.cpp.