#include <TupleSet.h>
|
| int | getNumColumns () |
| |
| std::vector< std::string > | getTypeNames () |
| |
| template<typename ColType > |
| std::vector< ColType > & | getColumn (int whichColumn) |
| |
| void | writeOutColumn (int whichColumn, Handle< Vector< Handle< Object >>> &writeToMe, bool startFromScratch) |
| |
| Handle< Vector< Handle< Object > > > | getOutputVector (int whichColToOutput) |
| |
| bool | hasColumn (int whichColumn) |
| |
| | ~TupleSet () |
| |
| void | filterColumn (int whichColToFilter, std::vector< bool > &usingMe) |
| |
| void | replicate (TupleSetPtr fromMe, int whichColInFromMe, int whichColToCopyTo, std::vector< uint32_t > &replications) |
| |
| int | getNumRows (int whichColumn) |
| |
| void | copyColumn (TupleSetPtr fromMe, int whichColInFromMe, int whichColToCopyTo) |
| |
| template<typename ColType > |
| void | addColumn (int where, std::vector< ColType > *addMe, bool needToDelete) |
| |
Definition at line 128 of file TupleSet.h.
| pdb::TupleSet::~TupleSet |
( |
| ) |
|
|
inline |
template<typename ColType >
| void pdb::TupleSet::addColumn |
( |
int |
where, |
|
|
std::vector< ColType > * |
addMe, |
|
|
bool |
needToDelete |
|
) |
| |
|
inline |
| void pdb::TupleSet::copyColumn |
( |
TupleSetPtr |
fromMe, |
|
|
int |
whichColInFromMe, |
|
|
int |
whichColToCopyTo |
|
) |
| |
|
inline |
| void pdb::TupleSet::filterColumn |
( |
int |
whichColToFilter, |
|
|
std::vector< bool > & |
usingMe |
|
) |
| |
|
inline |
template<typename ColType >
| std::vector<ColType>& pdb::TupleSet::getColumn |
( |
int |
whichColumn | ) |
|
|
inline |
| int pdb::TupleSet::getNumColumns |
( |
| ) |
|
|
inline |
| int pdb::TupleSet::getNumRows |
( |
int |
whichColumn | ) |
|
|
inline |
| std::vector<std::string> pdb::TupleSet::getTypeNames |
( |
| ) |
|
|
inline |
| bool pdb::TupleSet::hasColumn |
( |
int |
whichColumn | ) |
|
|
inline |
| void pdb::TupleSet::replicate |
( |
TupleSetPtr |
fromMe, |
|
|
int |
whichColInFromMe, |
|
|
int |
whichColToCopyTo, |
|
|
std::vector< uint32_t > & |
replications |
|
) |
| |
|
inline |
| void pdb::TupleSet::writeOutColumn |
( |
int |
whichColumn, |
|
|
Handle< Vector< Handle< Object >>> & |
writeToMe, |
|
|
bool |
startFromScratch |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: