OmniSciDB
a5dc49c757
|
#include <ExternalExecutor.h>
Public Attributes | |
QueryMemoryDescriptor | query_mem_desc |
std::vector< TargetInfo > | target_infos |
const Executor * | executor |
Definition at line 37 of file ExternalExecutor.h.
const Executor* ExternalQueryOutputSpec::executor |
Definition at line 40 of file ExternalExecutor.h.
Referenced by run_query_external(), and SqliteMemDatabase::runSelect().
QueryMemoryDescriptor ExternalQueryOutputSpec::query_mem_desc |
Definition at line 38 of file ExternalExecutor.h.
Referenced by SqliteMemDatabase::runSelect().
std::vector<TargetInfo> ExternalQueryOutputSpec::target_infos |
Definition at line 39 of file ExternalExecutor.h.
Referenced by SqliteMemDatabase::runSelect().