OmniSciDB
a5dc49c757
|
#include <ExternalExecutor.h>
Public Attributes | |
FetchResult | fetch_result |
std::vector< TargetMetaInfo > | schema |
std::string | from_table |
const Executor * | executor |
Definition at line 30 of file ExternalExecutor.h.
const Executor* ExternalQueryTable::executor |
Definition at line 34 of file ExternalExecutor.h.
FetchResult ExternalQueryTable::fetch_result |
Definition at line 31 of file ExternalExecutor.h.
std::string ExternalQueryTable::from_table |
Definition at line 33 of file ExternalExecutor.h.
std::vector<TargetMetaInfo> ExternalQueryTable::schema |
Definition at line 32 of file ExternalExecutor.h.