OmniSciDB
a5dc49c757
|
#include "../Catalog/TableDescriptor.h"
#include "Logger/Logger.h"
#include "Shared/DbObjectKeys.h"
#include "Shared/misc.h"
#include "Shared/toString.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | InputDescriptor |
class | InputColDescriptor |
struct | std::hash< InputColDescriptor > |
struct | std::hash< const InputColDescriptor * > |
struct | std::equal_to< shared_ptr< const InputColDescriptor > > |
Namespaces | |
std | |
Enumerations | |
enum | InputSourceType { InputSourceType::TABLE, InputSourceType::RESULT } |
Functions | |
std::ostream & | operator<< (std::ostream &os, InputDescriptor const &id) |
std::ostream & | operator<< (std::ostream &os, InputColDescriptor const &icd) |
std::ostream & | operator<< (std::ostream &os, std::shared_ptr< const InputColDescriptor > const &icd) |
|
strong |
Enumerator | |
---|---|
TABLE | |
RESULT |
Definition at line 28 of file InputDescriptors.h.
|
inline |
Definition at line 54 of file InputDescriptors.h.
|
inline |
Definition at line 94 of file InputDescriptors.h.
References InputColDescriptor::getColId(), and InputColDescriptor::getScanDesc().
|
inline |
Definition at line 100 of file InputDescriptors.h.