Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Classes | Enumerations
cbOperator.hpp File Reference

The operator of compute graph. More...

#include "../../pch.hpp"
#include "luaEngine.hpp"
Include dependency graph for cbOperator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cbOpIO
 The input and output of one Operator. More...
 
struct  baseOp
 basic operator. More...
 
class  cbOpRowWise
 
class  cbOpTableWise
 
class  cbOpNotTable
 
class  cbOpCombine
 
class  cbOpMultiMap
 
class  cbOpFilter
 TODO. More...
 
class  cbOpSort
 
class  cbOpAverage
 
class  cbOpVar
 
class  cbOpSum
 

Enumerations

enum  opType : uint32_t { opType::rowWise = 0, opType::tableWise = 1, opType::notTableMatrix = 2 }
 _WIN32 More...
 

Detailed Description

The operator of compute graph.

Author
chenghua Wang (cheng.nosp@m.hua..nosp@m.wang..nosp@m.edu@.nosp@m.gmail.nosp@m..com)
Version
0.1
Date
2022-11-06

Definition in file cbOperator.hpp.

Enumeration Type Documentation

◆ opType

enum opType : uint32_t
strong

_WIN32

defined(unix) && defined(clang)

Enumerator
rowWise 
tableWise 
notTableMatrix 

Definition at line 28 of file cbOperator.hpp.