Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Functions
cbTable.cpp File Reference

The impl of table. More...

#include "cbTable.hpp"
#include <workflow/MySQLResult.h>
Include dependency graph for cbTable.cpp:

Go to the source code of this file.

Functions

void mapShared2Virtual (cbVirtualSharedTable *sharedT, cbVirtualTable *virtualT)
 
std::vector< cbMySQLCell * > __luaPackedCellAsVec (cbMySQLCell *v)
 
std::vector< std::string > __luaPackedStringAsVec ()
 

Detailed Description

The impl of table.

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-10

Definition in file cbTable.cpp.

Function Documentation

◆ __luaPackedCellAsVec()

std::vector<cbMySQLCell*> __luaPackedCellAsVec ( cbMySQLCell v)

Definition at line 467 of file cbTable.cpp.

Referenced by cb::graph::cbComputeGraph::cbComputeGraph().

Here is the caller graph for this function:

◆ __luaPackedStringAsVec()

std::vector<std::string> __luaPackedStringAsVec ( )

Definition at line 474 of file cbTable.cpp.

Referenced by cb::graph::cbComputeGraph::cbComputeGraph().

Here is the caller graph for this function:

◆ mapShared2Virtual()

void mapShared2Virtual ( cbVirtualSharedTable sharedT,
cbVirtualTable virtualT 
)