Vertica::PerColumnParamReader Class Reference
A wrapper around a map from column to ParamReader.
Collaboration diagram for Vertica::PerColumnParamReader:
| Public Member Functions | |
|---|---|
| bool | containsColumn (std::string columnName) const |
| Returns true if a ParamReader exists for the given column. | |
| std::vector | getColumnNames () const |
| Gets the names of all columns with column specific arguments. | |
| ParamReader & | getColumnParamReader (const std::string &column) |
| Gets the parameters of the given column. | |
| const ParamReader & | getColumnParamReader (const std::string &column) const |
Detailed Description
A wrapper around a map from column to ParamReader.
Member Function Documentation
std::vector Vertica::PerColumnParamReader::getColumnNames() const
inline Gets the names of all columns with column specific arguments.
Returns a vector of column names
ParamReader& Vertica::PerColumnParamReader::getColumnParamReader(const std::string & column)
inline Gets the parameters of the given column.
Parameters
the: name of the column of interest
Returns the parameters of the given column