Logo
Classes | Namespaces | Macros | Typedefs
dfs.hh File Reference
#include "model/metadata.hh"
#include <iostream>
#include <cstdio>
#include <string>
#include <vector>
#include <stdint.h>
#include <atomic>
#include "../common/context_singleton.hh"
Include dependency graph for dfs.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  velox::DFS
 

Namespaces

 velox
 

Macros

#define VELOX_LOGICAL_DISABLE   0
 
#define VELOX_LOGICAL_OUTPUT   1
 
#define VELOX_LOGICAL_NOOP   2
 
#define VELOX_LOGICAL_GENERATE   3
 

Typedefs

using velox::vec_str = std::vector< std::string >
 

Macro Definition Documentation

◆ VELOX_LOGICAL_DISABLE

#define VELOX_LOGICAL_DISABLE   0

◆ VELOX_LOGICAL_GENERATE

#define VELOX_LOGICAL_GENERATE   3

◆ VELOX_LOGICAL_NOOP

#define VELOX_LOGICAL_NOOP   2

◆ VELOX_LOGICAL_OUTPUT

#define VELOX_LOGICAL_OUTPUT   1