|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
The operator of compute graph. More...


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... | |
The operator of compute graph.
Definition in file cbOperator.hpp.
|
strong |
_WIN32
defined(unix) && defined(clang)
| Enumerator | |
|---|---|
| rowWise | |
| tableWise | |
| notTableMatrix | |
Definition at line 28 of file cbOperator.hpp.
1.8.17