OmniSciDB  a5dc49c757
 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 }
 

Variables

bool g_from_table_reordering
 

Enumeration Type Documentation

enum ExecutorDispatchMode
strong
Enumerator
KernelPerFragment 
MultifragmentKernel 

Definition at line 29 of file CompilationOptions.h.

enum ExecutorExplainType
strong
Enumerator
Default 
Optimized 

Definition at line 27 of file CompilationOptions.h.

enum ExecutorOptLevel
strong
Enumerator
Default 
ReductionJIT 

Definition at line 25 of file CompilationOptions.h.

enum ExecutorType
strong
Enumerator
Native 
Extern 
TableFunctions 

Definition at line 66 of file CompilationOptions.h.

Variable Documentation

bool g_from_table_reordering