OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CompilationOptions.h File Reference
#include <vector>
#include "ExecutorDeviceType.h"
+ Include dependency graph for CompilationOptions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CompilationOptions
 
struct  ExecutionOptions
 

Enumerations

enum  ExecutorOptLevel { ExecutorOptLevel::Default, ExecutorOptLevel::ReductionJIT }
 
enum  ExecutorExplainType { ExecutorExplainType::Default, ExecutorExplainType::Optimized }
 
enum  ExecutorDispatchMode { ExecutorDispatchMode::KernelPerFragment, ExecutorDispatchMode::MultifragmentKernel }
 
enum  ExecutorType { ExecutorType::Native, ExecutorType::Extern, ExecutorType::TableFunctions }
 

Enumeration Type Documentation

enum ExecutorDispatchMode
strong
Enumerator
KernelPerFragment 
MultifragmentKernel 

Definition at line 27 of file CompilationOptions.h.

enum ExecutorExplainType
strong
Enumerator
Default 
Optimized 

Definition at line 25 of file CompilationOptions.h.

enum ExecutorOptLevel
strong
Enumerator
Default 
ReductionJIT 

Definition at line 23 of file CompilationOptions.h.

enum ExecutorType
strong
Enumerator
Native 
Extern 
TableFunctions 

Definition at line 64 of file CompilationOptions.h.